Html Css Color HEX #424BDD Free Speech Blue

📋 copy color: '#424BDD'

red 66 ◦ green 75 ◦ blue 221

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

Shades of Free Speech Blue #424BDD

Tints of Free Speech Blue #424BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 18.23%
G = 20.72%
B = 61.05%

CMYK

 C value IS 0.70

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#424BDD (or 0x424BDD) is known color: Free Speech Blue. HEX triplet: 42, 4B and DD. RGB value is (66,75,221). Sum of RGB (Red+Green+Blue) = 66+75+221=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #424BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BDD is #BDB422. Grayscale: #585858. Windows color (decimal): -12432419 or 14502722. OLE color: 14502722.

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

Color convert

RGB 66 75 221 -
CMYK 0.70 0.66 0 0.13
HSL 236.52º 0.7% 0.56% -
HSV(B) 236.52º 0.7% 0.87% -
XYZ 17.81 11.41 69.67 -
YUV 88.95 202.52 111.63 -
System Red Green Blue C M Y K H S L
Decimal 66 75 221 0.70 0.66 0 0.13 236.52 0.7 0.56
Hex 42 4B DD 46 42 0 D ED 46 38
Octal 102 113 335 106 102 0 15 355 106 70
Binary 1000010 1001011 11011101 1000110 1000010 0 1101 11101101 1000110 111000

Color Harmonies of #424BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BDD

Black with #424BDD

Text Example


Text Example

White with #424BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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