Html Css Color HEX #424BDA Free Speech Blue

📋 copy color: '#424BDA'

red 66 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #424BDA

Tints of Free Speech Blue #424BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.89%

 BLUE value IS 218 (85.55% from 255) = 60.72%

R = 18.38%
G = 20.89%
B = 60.72%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#424BDA (or 0x424BDA) is known color: Free Speech Blue. HEX triplet: 42, 4B and DA. RGB value is (66,75,218). Sum of RGB (Red+Green+Blue) = 66+75+218=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #424BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BDA is #BDB425. Grayscale: #585858. Windows color (decimal): -12432422 or 14306114. OLE color: 14306114.

HSL color Cylindrical-coordinate representation of color #424BDA: hue angle of 236.45º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #424BDA is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 75 218 -
CMYK 0.70 0.66 0 0.15
HSL 236.45º 0.67% 0.56% -
HSV(B) 236.45º 0.7% 0.85% -
XYZ 17.42 11.25 67.58 -
YUV 88.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 66 75 218 0.70 0.66 0 0.15 236.45 0.67 0.56
Hex 42 4B DA 46 42 0 F EC 43 38
Octal 102 113 332 106 102 0 17 354 103 70
Binary 1000010 1001011 11011010 1000110 1000010 0 1111 11101100 1000011 111000

Color Harmonies of #424BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BDA

Black with #424BDA

Text Example


Text Example

White with #424BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,75,218); }

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

background-color css

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

 a { background-color: rgb(66,75,218); }

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

border-color css

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

 span { border-color: rgb(66,75,218); }

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