Html Css Color HEX #424FD2 Free Speech Blue

📋 copy color: '#424FD2'

red 66 ◦ green 79 ◦ blue 210

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

Shades of Free Speech Blue #424FD2

Tints of Free Speech Blue #424FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 59.15%

R = 18.59%
G = 22.25%
B = 59.15%

CMYK

 C value IS 0.69

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#424FD2 (or 0x424FD2) is known color: Free Speech Blue. HEX triplet: 42, 4F and D2. RGB value is (66,79,210). Sum of RGB (Red+Green+Blue) = 66+79+210=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 210 (82.42% from 255 or 59.15% from 355); Max value from RGB is 210 - color contains mainly: blue. Hex color #424FD2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FD2 is #BDB02D. Grayscale: #595959. Windows color (decimal): -12431406 or 13782850. OLE color: 13782850.

HSL color Cylindrical-coordinate representation of color #424FD2: hue angle of 234.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424FD2 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 79 210 -
CMYK 0.69 0.62 0 0.18
HSL 234.58º 0.62% 0.54% -
HSV(B) 234.58º 0.69% 0.82% -
XYZ 16.68 11.4 62.29 -
YUV 90.05 195.69 110.85 -
System Red Green Blue C M Y K H S L
Decimal 66 79 210 0.69 0.62 0 0.18 234.58 0.62 0.54
Hex 42 4F D2 45 3E 0 12 EB 3E 36
Octal 102 117 322 105 76 0 22 353 76 66
Binary 1000010 1001111 11010010 1000101 111110 0 10010 11101011 111110 110110

Color Harmonies of #424FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FD2

Black with #424FD2

Text Example


Text Example

White with #424FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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