Html Css Color HEX #424FDB Free Speech Blue

📋 copy color: '#424FDB'

red 66 ◦ green 79 ◦ blue 219

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

Shades of Free Speech Blue #424FDB

Tints of Free Speech Blue #424FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 60.16%

R = 18.13%
G = 21.7%
B = 60.16%

CMYK

 C value IS 0.70

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#424FDB (or 0x424FDB) is known color: Free Speech Blue. HEX triplet: 42, 4F and DB. RGB value is (66,79,219). Sum of RGB (Red+Green+Blue) = 66+79+219=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #424FDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FDB is #BDB024. Grayscale: #5A5A5A. Windows color (decimal): -12431397 or 14372674. OLE color: 14372674.

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

Color convert

RGB 66 79 219 -
CMYK 0.70 0.64 0 0.14
HSL 234.9º 0.68% 0.56% -
HSV(B) 234.9º 0.7% 0.86% -
XYZ 17.83 11.86 68.37 -
YUV 91.07 200.19 110.12 -
System Red Green Blue C M Y K H S L
Decimal 66 79 219 0.70 0.64 0 0.14 234.9 0.68 0.56
Hex 42 4F DB 46 40 0 E EB 44 38
Octal 102 117 333 106 100 0 16 353 104 70
Binary 1000010 1001111 11011011 1000110 1000000 0 1110 11101011 1000100 111000

Color Harmonies of #424FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FDB

Black with #424FDB

Text Example


Text Example

White with #424FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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