Html Css Color HEX #424BCC Free Speech Blue

📋 copy color: '#424BCC'

red 66 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #424BCC

Tints of Free Speech Blue #424BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 59.13%

R = 19.13%
G = 21.74%
B = 59.13%

CMYK

 C value IS 0.68

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#424BCC (or 0x424BCC) is known color: Free Speech Blue. HEX triplet: 42, 4B and CC. RGB value is (66,75,204). Sum of RGB (Red+Green+Blue) = 66+75+204=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #424BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424BCC is #BDB433. Grayscale: #565656. Windows color (decimal): -12432436 or 13388610. OLE color: 13388610.

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

Color convert

RGB 66 75 204 -
CMYK 0.68 0.63 0 0.2
HSL 236.09º 0.58% 0.53% -
HSV(B) 236.09º 0.68% 0.8% -
XYZ 15.66 10.55 58.34 -
YUV 87.02 194.02 113.01 -
System Red Green Blue C M Y K H S L
Decimal 66 75 204 0.68 0.63 0 0.2 236.09 0.58 0.53
Hex 42 4B CC 44 3F 0 14 EC 3A 35
Octal 102 113 314 104 77 0 24 354 72 65
Binary 1000010 1001011 11001100 1000100 111111 0 10100 11101100 111010 110101

Color Harmonies of #424BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424BCC

Black with #424BCC

Text Example


Text Example

White with #424BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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