Html Css Color HEX #425DC0 Free Speech Blue

📋 copy color: '#425DC0'

red 66 ◦ green 93 ◦ blue 192

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

Shades of Free Speech Blue #425DC0

Tints of Free Speech Blue #425DC0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.5%

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

R = 18.8%
G = 26.5%
B = 54.7%

CMYK

 C value IS 0.66

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#425DC0 (or 0x425DC0) is known color: Free Speech Blue. HEX triplet: 42, 5D and C0. RGB value is (66,93,192). Sum of RGB (Red+Green+Blue) = 66+93+192=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 192 (75.39% from 255 or 54.70% from 351); Max value from RGB is 192 - color contains mainly: blue. Hex color #425DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DC0 is #BDA23F. Grayscale: #5F5F5F. Windows color (decimal): -12427840 or 12606786. OLE color: 12606786.

HSL color Cylindrical-coordinate representation of color #425DC0: hue angle of 227.14º 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 #425DC0 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 93 192 -
CMYK 0.66 0.52 0 0.25
HSL 227.14º 0.5% 0.51% -
HSV(B) 227.14º 0.66% 0.75% -
XYZ 15.68 12.79 51.51 -
YUV 96.21 182.05 106.45 -
System Red Green Blue C M Y K H S L
Decimal 66 93 192 0.66 0.52 0 0.25 227.14 0.5 0.51
Hex 42 5D C0 42 34 0 19 E3 32 33
Octal 102 135 300 102 64 0 31 343 62 63
Binary 1000010 1011101 11000000 1000010 110100 0 11001 11100011 110010 110011

Color Harmonies of #425DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DC0

Black with #425DC0

Text Example


Text Example

White with #425DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425DC0; }

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

 H1.HeaderClassName
 {
   color: #425DC0;
 }
 .AnyTagClassName
 {
   color: #425DC0;
 }
</style>

background-color css

<style>
 a { background-color: #425DC0; }

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

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

border-color css

<style>
 span { border-color: #425DC0; }

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

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