Html Css Color HEX #424BD0 Free Speech Blue

📋 copy color: '#424BD0'

red 66 ◦ green 75 ◦ blue 208

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

Shades of Free Speech Blue #424BD0

Tints of Free Speech Blue #424BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.6%

R = 18.91%
G = 21.49%
B = 59.6%

CMYK

 C value IS 0.68

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#424BD0 (or 0x424BD0) is known color: Free Speech Blue. HEX triplet: 42, 4B and D0. RGB value is (66,75,208). Sum of RGB (Red+Green+Blue) = 66+75+208=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #424BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BD0 is #BDB42F. Grayscale: #565656. Windows color (decimal): -12432432 or 13650754. OLE color: 13650754.

HSL color Cylindrical-coordinate representation of color #424BD0: hue angle of 236.2º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424BD0 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 66 75 208 -
CMYK 0.68 0.64 0 0.18
HSL 236.2º 0.6% 0.54% -
HSV(B) 236.2º 0.68% 0.82% -
XYZ 16.15 10.74 60.9 -
YUV 87.47 196.02 112.69 -
System Red Green Blue C M Y K H S L
Decimal 66 75 208 0.68 0.64 0 0.18 236.2 0.6 0.54
Hex 42 4B D0 44 40 0 12 EC 3C 36
Octal 102 113 320 104 100 0 22 354 74 66
Binary 1000010 1001011 11010000 1000100 1000000 0 10010 11101100 111100 110110

Color Harmonies of #424BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BD0

Black with #424BD0

Text Example


Text Example

White with #424BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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