Html Css Color HEX #425CC0 Free Speech Blue

📋 copy color: '#425CC0'

red 66 ◦ green 92 ◦ blue 192

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

Shades of Free Speech Blue #425CC0

Tints of Free Speech Blue #425CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 18.86%
G = 26.29%
B = 54.86%

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

#425CC0 (or 0x425CC0) is known color: Free Speech Blue. HEX triplet: 42, 5C and C0. RGB value is (66,92,192). Sum of RGB (Red+Green+Blue) = 66+92+192=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #425CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CC0 is #BDA33F. Grayscale: #5F5F5F. Windows color (decimal): -12428096 or 12606530. OLE color: 12606530.

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

Color convert

RGB 66 92 192 -
CMYK 0.66 0.52 0 0.25
HSL 227.62º 0.5% 0.51% -
HSV(B) 227.62º 0.66% 0.75% -
XYZ 15.59 12.62 51.48 -
YUV 95.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 66 92 192 0.66 0.52 0 0.25 227.62 0.5 0.51
Hex 42 5C C0 42 34 0 19 E4 32 33
Octal 102 134 300 102 64 0 31 344 62 63
Binary 1000010 1011100 11000000 1000010 110100 0 11001 11100100 110010 110011

Color Harmonies of #425CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425CC0

Black with #425CC0

Text Example


Text Example

White with #425CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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