Html Css Color HEX #424FD0 Free Speech Blue

📋 copy color: '#424FD0'

red 66 ◦ green 79 ◦ blue 208

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

Shades of Free Speech Blue #424FD0

Tints of Free Speech Blue #424FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 58.92%

R = 18.7%
G = 22.38%
B = 58.92%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#424FD0 (or 0x424FD0) is known color: Free Speech Blue. HEX triplet: 42, 4F and D0. RGB value is (66,79,208). Sum of RGB (Red+Green+Blue) = 66+79+208=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 208 (81.64% from 255 or 58.92% from 353); Max value from RGB is 208 - color contains mainly: blue. Hex color #424FD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FD0 is #BDB02F. Grayscale: #595959. Windows color (decimal): -12431408 or 13651778. OLE color: 13651778.

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

Color convert

RGB 66 79 208 -
CMYK 0.68 0.62 0 0.18
HSL 234.51º 0.6% 0.54% -
HSV(B) 234.51º 0.68% 0.82% -
XYZ 16.43 11.3 60.99 -
YUV 89.82 194.69 111.01 -
System Red Green Blue C M Y K H S L
Decimal 66 79 208 0.68 0.62 0 0.18 234.51 0.6 0.54
Hex 42 4F D0 44 3E 0 12 EB 3C 36
Octal 102 117 320 104 76 0 22 353 74 66
Binary 1000010 1001111 11010000 1000100 111110 0 10010 11101011 111100 110110

Color Harmonies of #424FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FD0

Black with #424FD0

Text Example


Text Example

White with #424FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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