Html Css Color HEX #425ECD Free Speech Blue

📋 copy color: '#425ECD'

red 66 ◦ green 94 ◦ blue 205

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

Shades of Free Speech Blue #425ECD

Tints of Free Speech Blue #425ECD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.75%

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

R = 18.08%
G = 25.75%
B = 56.16%

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

#425ECD (or 0x425ECD) is known color: Free Speech Blue. HEX triplet: 42, 5E and CD. RGB value is (66,94,205). Sum of RGB (Red+Green+Blue) = 66+94+205=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #425ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ECD is #BDA132. Grayscale: #616161. Windows color (decimal): -12427571 or 13459010. OLE color: 13459010.

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

Color convert

RGB 66 94 205 -
CMYK 0.68 0.54 0 0.20
HSL 227.91º 0.58% 0.53% -
HSV(B) 227.91º 0.68% 0.8% -
XYZ 17.27 13.57 59.47 -
YUV 98.28 188.22 104.97 -
System Red Green Blue C M Y K H S L
Decimal 66 94 205 0.68 0.54 0 0.20 227.91 0.58 0.53
Hex 42 5E CD 44 36 0 14 E4 3A 35
Octal 102 136 315 104 66 0 24 344 72 65
Binary 1000010 1011110 11001101 1000100 110110 0 10100 11100100 111010 110101

Color Harmonies of #425ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425ECD

Black with #425ECD

Text Example


Text Example

White with #425ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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