Html Css Color HEX #425FCD Free Speech Blue

📋 copy color: '#425FCD'

red 66 ◦ green 95 ◦ blue 205

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

Shades of Free Speech Blue #425FCD

Tints of Free Speech Blue #425FCD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.96%

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 18.03%
G = 25.96%
B = 56.01%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#425FCD (or 0x425FCD) is known color: Free Speech Blue. HEX triplet: 42, 5F and CD. RGB value is (66,95,205). Sum of RGB (Red+Green+Blue) = 66+95+205=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #425FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FCD is #BDA032. Grayscale: #626262. Windows color (decimal): -12427315 or 13459266. OLE color: 13459266.

HSL color Cylindrical-coordinate representation of color #425FCD: hue angle of 227.48º degrees, saturation: 0.58, 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 #425FCD is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 66 95 205 -
CMYK 0.68 0.54 0 0.20
HSL 227.48º 0.58% 0.53% -
HSV(B) 227.48º 0.68% 0.8% -
XYZ 17.36 13.75 59.5 -
YUV 98.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 66 95 205 0.68 0.54 0 0.20 227.48 0.58 0.53
Hex 42 5F CD 44 36 0 14 E3 3A 35
Octal 102 137 315 104 66 0 24 343 72 65
Binary 1000010 1011111 11001101 1000100 110110 0 10100 11100011 111010 110101

Color Harmonies of #425FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FCD

Black with #425FCD

Text Example


Text Example

White with #425FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,95,205); }

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

background-color css

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

 a { background-color: rgb(66,95,205); }

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

border-color css

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

 span { border-color: rgb(66,95,205); }

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