Html Css Color HEX #424CDA Free Speech Blue

📋 copy color: '#424CDA'

red 66 ◦ green 76 ◦ blue 218

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

Shades of Free Speech Blue #424CDA

Tints of Free Speech Blue #424CDA

RGB

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

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

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

R = 18.33%
G = 21.11%
B = 60.56%

CMYK

 C value IS 0.70

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#424CDA (or 0x424CDA) is known color: Free Speech Blue. HEX triplet: 42, 4C and DA. RGB value is (66,76,218). Sum of RGB (Red+Green+Blue) = 66+76+218=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #424CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CDA is #BDB325. Grayscale: #585858. Windows color (decimal): -12432166 or 14306370. OLE color: 14306370.

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

Color convert

RGB 66 76 218 -
CMYK 0.70 0.65 0 0.15
HSL 236.05º 0.67% 0.56% -
HSV(B) 236.05º 0.7% 0.85% -
XYZ 17.49 11.39 67.61 -
YUV 89.2 200.69 111.45 -
System Red Green Blue C M Y K H S L
Decimal 66 76 218 0.70 0.65 0 0.15 236.05 0.67 0.56
Hex 42 4C DA 46 41 0 F EC 43 38
Octal 102 114 332 106 101 0 17 354 103 70
Binary 1000010 1001100 11011010 1000110 1000001 0 1111 11101100 1000011 111000

Color Harmonies of #424CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424CDA

Black with #424CDA

Text Example


Text Example

White with #424CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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