Html Css Color HEX #424DDB Free Speech Blue

📋 copy color: '#424DDB'

red 66 ◦ green 77 ◦ blue 219

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

Shades of Free Speech Blue #424DDB

Tints of Free Speech Blue #424DDB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.27%

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

R = 18.23%
G = 21.27%
B = 60.5%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#424DDB (or 0x424DDB) is known color: Free Speech Blue. HEX triplet: 42, 4D and DB. RGB value is (66,77,219). Sum of RGB (Red+Green+Blue) = 66+77+219=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #424DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DDB is #BDB224. Grayscale: #595959. Windows color (decimal): -12431909 or 14372162. OLE color: 14372162.

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

Color convert

RGB 66 77 219 -
CMYK 0.70 0.65 0 0.14
HSL 235.69º 0.68% 0.56% -
HSV(B) 235.69º 0.7% 0.86% -
XYZ 17.69 11.58 68.32 -
YUV 89.9 200.86 110.95 -
System Red Green Blue C M Y K H S L
Decimal 66 77 219 0.70 0.65 0 0.14 235.69 0.68 0.56
Hex 42 4D DB 46 41 0 E EC 44 38
Octal 102 115 333 106 101 0 16 354 104 70
Binary 1000010 1001101 11011011 1000110 1000001 0 1110 11101100 1000100 111000

Color Harmonies of #424DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DDB

Black with #424DDB

Text Example


Text Example

White with #424DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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