Html Css Color HEX #424ADA Free Speech Blue

📋 copy color: '#424ADA'

red 66 ◦ green 74 ◦ blue 218

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

Shades of Free Speech Blue #424ADA

Tints of Free Speech Blue #424ADA

RGB

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

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

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

R = 18.44%
G = 20.67%
B = 60.89%

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

#424ADA (or 0x424ADA) is known color: Free Speech Blue. HEX triplet: 42, 4A and DA. RGB value is (66,74,218). Sum of RGB (Red+Green+Blue) = 66+74+218=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 218 (85.55% from 255 or 60.89% from 358); Max value from RGB is 218 - color contains mainly: blue. Hex color #424ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424ADA is #BDB525. Grayscale: #575757. Windows color (decimal): -12432678 or 14305858. OLE color: 14305858.

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

Color convert

RGB 66 74 218 -
CMYK 0.70 0.66 0 0.15
HSL 236.84º 0.67% 0.56% -
HSV(B) 236.84º 0.7% 0.85% -
XYZ 17.35 11.12 67.56 -
YUV 88.02 201.35 112.29 -
System Red Green Blue C M Y K H S L
Decimal 66 74 218 0.70 0.66 0 0.15 236.84 0.67 0.56
Hex 42 4A DA 46 42 0 F ED 43 38
Octal 102 112 332 106 102 0 17 355 103 70
Binary 1000010 1001010 11011010 1000110 1000010 0 1111 11101101 1000011 111000

Color Harmonies of #424ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424ADA

Black with #424ADA

Text Example


Text Example

White with #424ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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