Html Css Color HEX #4250DC Free Speech Blue

📋 copy color: '#4250DC'

red 66 ◦ green 80 ◦ blue 220

#4250DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #4250DC

Tints of Free Speech Blue #4250DC

RGB

 RED value IS 66 (26.17% from 255) = 18.03%

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 220 (86.33% from 255) = 60.11%

R = 18.03%
G = 21.86%
B = 60.11%

CMYK

 C value IS 0.7

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4250DC (or 0x4250DC) is known color: Free Speech Blue. HEX triplet: 42, 50 and DC. RGB value is (66,80,220). Sum of RGB (Red+Green+Blue) = 66+80+220=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #4250DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4250DC is #BDAF23. Grayscale: #5B5B5B. Windows color (decimal): -12431140 or 14438466. OLE color: 14438466.

HSL color Cylindrical-coordinate representation of color #4250DC: hue angle of 234.55º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4250DC is Cyan = 0.7, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 80 220 -
CMYK 0.7 0.64 0 0.14
HSL 234.55º 0.69% 0.56% -
HSV(B) 234.55º 0.7% 0.86% -
XYZ 18.03 12.06 69.09 -
YUV 91.77 200.36 109.62 -
System Red Green Blue C M Y K H S L
Decimal 66 80 220 0.7 0.64 0 0.14 234.55 0.69 0.56
Hex 42 50 DC 46 40 0 E EB 45 38
Octal 102 120 334 106 100 0 16 353 105 70
Binary 1000010 1010000 11011100 1000110 1000000 0 1110 11101011 1000101 111000

Color Harmonies of #4250DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250DC

Black with #4250DC

Text Example


Text Example

White with #4250DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4250DC; }

 p { color: rgb(66,80,220); }

 H1.HeaderClassName
 {
   color: #4250DC;
 }
 .AnyTagClassName
 {
   color: #4250DC;
 }
</style>

background-color css

<style>
 a { background-color: #4250DC; }

 a { background-color: rgb(66,80,220); }

 div.DivClassName
 {
   background-color: #4250DC;
 }
 .BgClassName
 {
   background-color: #4250DC;
 }
</style>

border-color css

<style>
 span { border-color: #4250DC; }

 span { border-color: rgb(66,80,220); }

 td.TdClassName
 {
   border-color: #4250DC;
 }
 .TagClassName
 {
   border-color: #4250DC;
 }
</style>