Html Css Color HEX #425ECE Free Speech Blue

📋 copy color: '#425ECE'

red 66 ◦ green 94 ◦ blue 206

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

Shades of Free Speech Blue #425ECE

Tints of Free Speech Blue #425ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 18.03%
G = 25.68%
B = 56.28%

CMYK

 C value IS 0.68

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#425ECE (or 0x425ECE) is known color: Free Speech Blue. HEX triplet: 42, 5E and CE. RGB value is (66,94,206). Sum of RGB (Red+Green+Blue) = 66+94+206=366 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.03% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #425ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ECE is #BDA131. Grayscale: #616161. Windows color (decimal): -12427570 or 13524546. OLE color: 13524546.

HSL color Cylindrical-coordinate representation of color #425ECE: hue angle of 228º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425ECE is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 66 94 206 -
CMYK 0.68 0.54 0 0.19
HSL 228º 0.59% 0.53% -
HSV(B) 228º 0.68% 0.81% -
XYZ 17.39 13.62 60.1 -
YUV 98.4 188.72 104.89 -
System Red Green Blue C M Y K H S L
Decimal 66 94 206 0.68 0.54 0 0.19 228 0.59 0.53
Hex 42 5E CE 44 36 0 13 E4 3B 35
Octal 102 136 316 104 66 0 23 344 73 65
Binary 1000010 1011110 11001110 1000100 110110 0 10011 11100100 111011 110101

Color Harmonies of #425ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425ECE

Black with #425ECE

Text Example


Text Example

White with #425ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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