Html Css Color HEX #424CDB Free Speech Blue

📋 copy color: '#424CDB'

red 66 ◦ green 76 ◦ blue 219

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

Shades of Free Speech Blue #424CDB

Tints of Free Speech Blue #424CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.05%

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

R = 18.28%
G = 21.05%
B = 60.66%

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

#424CDB (or 0x424CDB) is known color: Free Speech Blue. HEX triplet: 42, 4C and DB. RGB value is (66,76,219). Sum of RGB (Red+Green+Blue) = 66+76+219=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #424CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CDB is #BDB324. Grayscale: #585858. Windows color (decimal): -12432165 or 14371906. OLE color: 14371906.

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

Color convert

RGB 66 76 219 -
CMYK 0.70 0.65 0 0.14
HSL 236.08º 0.68% 0.56% -
HSV(B) 236.08º 0.7% 0.86% -
XYZ 17.62 11.44 68.3 -
YUV 89.31 201.19 111.37 -
System Red Green Blue C M Y K H S L
Decimal 66 76 219 0.70 0.65 0 0.14 236.08 0.68 0.56
Hex 42 4C DB 46 41 0 E EC 44 38
Octal 102 114 333 106 101 0 16 354 104 70
Binary 1000010 1001100 11011011 1000110 1000001 0 1110 11101100 1000100 111000

Color Harmonies of #424CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CDB

Black with #424CDB

Text Example


Text Example

White with #424CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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