Html Css Color HEX #424BD8 Free Speech Blue

📋 copy color: '#424BD8'

red 66 ◦ green 75 ◦ blue 216

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

Shades of Free Speech Blue #424BD8

Tints of Free Speech Blue #424BD8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.01%

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

R = 18.49%
G = 21.01%
B = 60.5%

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

#424BD8 (or 0x424BD8) is known color: Free Speech Blue. HEX triplet: 42, 4B and D8. RGB value is (66,75,216). Sum of RGB (Red+Green+Blue) = 66+75+216=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #424BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BD8 is #BDB427. Grayscale: #575757. Windows color (decimal): -12432424 or 14175042. OLE color: 14175042.

HSL color Cylindrical-coordinate representation of color #424BD8: hue angle of 236.4º 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 #424BD8 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 75 216 -
CMYK 0.69 0.65 0 0.15
HSL 236.4º 0.66% 0.55% -
HSV(B) 236.4º 0.69% 0.85% -
XYZ 17.16 11.15 66.21 -
YUV 88.38 200.02 112.04 -
System Red Green Blue C M Y K H S L
Decimal 66 75 216 0.69 0.65 0 0.15 236.4 0.66 0.55
Hex 42 4B D8 45 41 0 F EC 42 37
Octal 102 113 330 105 101 0 17 354 102 67
Binary 1000010 1001011 11011000 1000101 1000001 0 1111 11101100 1000010 110111

Color Harmonies of #424BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BD8

Black with #424BD8

Text Example


Text Example

White with #424BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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