Html Css Color HEX #424DCB Free Speech Blue

📋 copy color: '#424DCB'

red 66 ◦ green 77 ◦ blue 203

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

Shades of Free Speech Blue #424DCB

Tints of Free Speech Blue #424DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 203 (79.69% from 255) = 58.67%

R = 19.08%
G = 22.25%
B = 58.67%

CMYK

 C value IS 0.67

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#424DCB (or 0x424DCB) is known color: Free Speech Blue. HEX triplet: 42, 4D and CB. RGB value is (66,77,203). Sum of RGB (Red+Green+Blue) = 66+77+203=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 203 (79.69% from 255 or 58.67% from 346); Max value from RGB is 203 - color contains mainly: blue. Hex color #424DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DCB is #BDB234. Grayscale: #575757. Windows color (decimal): -12431925 or 13323586. OLE color: 13323586.

HSL color Cylindrical-coordinate representation of color #424DCB: hue angle of 235.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #424DCB is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 77 203 -
CMYK 0.67 0.62 0 0.20
HSL 235.18º 0.57% 0.53% -
HSV(B) 235.18º 0.67% 0.8% -
XYZ 15.68 10.78 57.75 -
YUV 88.08 192.86 112.25 -
System Red Green Blue C M Y K H S L
Decimal 66 77 203 0.67 0.62 0 0.20 235.18 0.57 0.53
Hex 42 4D CB 43 3E 0 14 EB 39 35
Octal 102 115 313 103 76 0 24 353 71 65
Binary 1000010 1001101 11001011 1000011 111110 0 10100 11101011 111001 110101

Color Harmonies of #424DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424DCB

Black with #424DCB

Text Example


Text Example

White with #424DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,203); }

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

background-color css

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

 a { background-color: rgb(66,77,203); }

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

border-color css

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

 span { border-color: rgb(66,77,203); }

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