Html Css Color HEX #424FDE Free Speech Blue

📋 copy color: '#424FDE'

red 66 ◦ green 79 ◦ blue 222

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

Shades of Free Speech Blue #424FDE

Tints of Free Speech Blue #424FDE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.53%

 BLUE value IS 222 (87.11% from 255) = 60.49%

R = 17.98%
G = 21.53%
B = 60.49%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#424FDE (or 0x424FDE) is known color: Free Speech Blue. HEX triplet: 42, 4F and DE. RGB value is (66,79,222). Sum of RGB (Red+Green+Blue) = 66+79+222=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 222 (87.11% from 255 or 60.49% from 367); Max value from RGB is 222 - color contains mainly: blue. Hex color #424FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FDE is #BDB021. Grayscale: #5A5A5A. Windows color (decimal): -12431394 or 14569282. OLE color: 14569282.

HSL color Cylindrical-coordinate representation of color #424FDE: hue angle of 235º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424FDE is Cyan = 0.70, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 66 79 222 -
CMYK 0.70 0.64 0 0.13
HSL 235º 0.7% 0.56% -
HSV(B) 235º 0.7% 0.87% -
XYZ 18.23 12.02 70.47 -
YUV 91.42 201.69 109.87 -
System Red Green Blue C M Y K H S L
Decimal 66 79 222 0.70 0.64 0 0.13 235 0.7 0.56
Hex 42 4F DE 46 40 0 D EB 46 38
Octal 102 117 336 106 100 0 15 353 106 70
Binary 1000010 1001111 11011110 1000110 1000000 0 1101 11101011 1000110 111000

Color Harmonies of #424FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FDE

Black with #424FDE

Text Example


Text Example

White with #424FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424FDE; }

 p { color: rgb(66,79,222); }

 H1.HeaderClassName
 {
   color: #424FDE;
 }
 .AnyTagClassName
 {
   color: #424FDE;
 }
</style>

background-color css

<style>
 a { background-color: #424FDE; }

 a { background-color: rgb(66,79,222); }

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

border-color css

<style>
 span { border-color: #424FDE; }

 span { border-color: rgb(66,79,222); }

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