Html Css Color HEX #424EDB Free Speech Blue

📋 copy color: '#424EDB'

red 66 ◦ green 78 ◦ blue 219

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

Shades of Free Speech Blue #424EDB

Tints of Free Speech Blue #424EDB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.49%

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

R = 18.18%
G = 21.49%
B = 60.33%

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

#424EDB (or 0x424EDB) is known color: Free Speech Blue. HEX triplet: 42, 4E and DB. RGB value is (66,78,219). Sum of RGB (Red+Green+Blue) = 66+78+219=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #424EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EDB is #BDB124. Grayscale: #595959. Windows color (decimal): -12431653 or 14372418. OLE color: 14372418.

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

Color convert

RGB 66 78 219 -
CMYK 0.70 0.64 0 0.14
HSL 235.29º 0.68% 0.56% -
HSV(B) 235.29º 0.7% 0.86% -
XYZ 17.76 11.72 68.34 -
YUV 90.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 66 78 219 0.70 0.64 0 0.14 235.29 0.68 0.56
Hex 42 4E DB 46 40 0 E EB 44 38
Octal 102 116 333 106 100 0 16 353 104 70
Binary 1000010 1001110 11011011 1000110 1000000 0 1110 11101011 1000100 111000

Color Harmonies of #424EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424EDB

Black with #424EDB

Text Example


Text Example

White with #424EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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