Html Css Color HEX #424CD8 Free Speech Blue

📋 copy color: '#424CD8'

red 66 ◦ green 76 ◦ blue 216

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

Shades of Free Speech Blue #424CD8

Tints of Free Speech Blue #424CD8

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.23%

 BLUE value IS 216 (84.77% from 255) = 60.34%

R = 18.44%
G = 21.23%
B = 60.34%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#424CD8 (or 0x424CD8) is known color: Free Speech Blue. HEX triplet: 42, 4C and D8. RGB value is (66,76,216). Sum of RGB (Red+Green+Blue) = 66+76+216=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 216 (84.77% from 255 or 60.34% from 358); Max value from RGB is 216 - color contains mainly: blue. Hex color #424CD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CD8 is #BDB327. Grayscale: #585858. Windows color (decimal): -12432168 or 14175298. OLE color: 14175298.

HSL color Cylindrical-coordinate representation of color #424CD8: hue angle of 236º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424CD8 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 76 216 -
CMYK 0.69 0.65 0 0.15
HSL 236º 0.66% 0.55% -
HSV(B) 236º 0.69% 0.85% -
XYZ 17.23 11.29 66.24 -
YUV 88.97 199.69 111.62 -
System Red Green Blue C M Y K H S L
Decimal 66 76 216 0.69 0.65 0 0.15 236 0.66 0.55
Hex 42 4C D8 45 41 0 F EC 42 37
Octal 102 114 330 105 101 0 17 354 102 67
Binary 1000010 1001100 11011000 1000101 1000001 0 1111 11101100 1000010 110111

Color Harmonies of #424CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CD8

Black with #424CD8

Text Example


Text Example

White with #424CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,76,216); }

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

background-color css

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

 a { background-color: rgb(66,76,216); }

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

border-color css

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

 span { border-color: rgb(66,76,216); }

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