Html Css Color HEX #424ADB Free Speech Blue

📋 copy color: '#424ADB'

red 66 ◦ green 74 ◦ blue 219

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

Shades of Free Speech Blue #424ADB

Tints of Free Speech Blue #424ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 18.38%
G = 20.61%
B = 61%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#424ADB (or 0x424ADB) is known color: Free Speech Blue. HEX triplet: 42, 4A and DB. RGB value is (66,74,219). Sum of RGB (Red+Green+Blue) = 66+74+219=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #424ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ADB is #BDB524. Grayscale: #575757. Windows color (decimal): -12432677 or 14371394. OLE color: 14371394.

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

Color convert

RGB 66 74 219 -
CMYK 0.70 0.66 0 0.14
HSL 236.86º 0.68% 0.56% -
HSV(B) 236.86º 0.7% 0.86% -
XYZ 17.48 11.17 68.25 -
YUV 88.14 201.85 112.21 -
System Red Green Blue C M Y K H S L
Decimal 66 74 219 0.70 0.66 0 0.14 236.86 0.68 0.56
Hex 42 4A DB 46 42 0 E ED 44 38
Octal 102 112 333 106 102 0 16 355 104 70
Binary 1000010 1001010 11011011 1000110 1000010 0 1110 11101101 1000100 111000

Color Harmonies of #424ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ADB

Black with #424ADB

Text Example


Text Example

White with #424ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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