Html Css Color HEX #424FC0 Free Speech Blue

📋 copy color: '#424FC0'

red 66 ◦ green 79 ◦ blue 192

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

Shades of Free Speech Blue #424FC0

Tints of Free Speech Blue #424FC0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.44%

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 19.58%
G = 23.44%
B = 56.97%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#424FC0 (or 0x424FC0) is known color: Free Speech Blue. HEX triplet: 42, 4F and C0. RGB value is (66,79,192). Sum of RGB (Red+Green+Blue) = 66+79+192=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 79 (31.25% from 255 or 23.44% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #424FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424FC0 is #BDB03F. Grayscale: #575757. Windows color (decimal): -12431424 or 12603202. OLE color: 12603202.

HSL color Cylindrical-coordinate representation of color #424FC0: hue angle of 233.81º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424FC0 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 79 192 -
CMYK 0.66 0.59 0 0.25
HSL 233.81º 0.5% 0.51% -
HSV(B) 233.81º 0.66% 0.75% -
XYZ 14.56 10.56 51.14 -
YUV 88 186.69 112.31 -
System Red Green Blue C M Y K H S L
Decimal 66 79 192 0.66 0.59 0 0.25 233.81 0.5 0.51
Hex 42 4F C0 42 3B 0 19 EA 32 33
Octal 102 117 300 102 73 0 31 352 62 63
Binary 1000010 1001111 11000000 1000010 111011 0 11001 11101010 110010 110011

Color Harmonies of #424FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424FC0

Black with #424FC0

Text Example


Text Example

White with #424FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,79,192); }

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

background-color css

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

 a { background-color: rgb(66,79,192); }

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

border-color css

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

 span { border-color: rgb(66,79,192); }

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