Html Css Color HEX #425BCC Free Speech Blue

📋 copy color: '#425BCC'

red 66 ◦ green 91 ◦ blue 204

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

Shades of Free Speech Blue #425BCC

Tints of Free Speech Blue #425BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.21%

 BLUE value IS 204 (80.08% from 255) = 56.51%

R = 18.28%
G = 25.21%
B = 56.51%

CMYK

 C value IS 0.68

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#425BCC (or 0x425BCC) is known color: Free Speech Blue. HEX triplet: 42, 5B and CC. RGB value is (66,91,204). Sum of RGB (Red+Green+Blue) = 66+91+204=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #425BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BCC is #BDA433. Grayscale: #5F5F5F. Windows color (decimal): -12428340 or 13392706. OLE color: 13392706.

HSL color Cylindrical-coordinate representation of color #425BCC: hue angle of 229.13º degrees, saturation: 0.57, 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 #425BCC is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 91 204 -
CMYK 0.68 0.55 0 0.2
HSL 229.13º 0.58% 0.53% -
HSV(B) 229.13º 0.68% 0.8% -
XYZ 16.89 13 58.75 -
YUV 96.41 188.72 106.31 -
System Red Green Blue C M Y K H S L
Decimal 66 91 204 0.68 0.55 0 0.2 229.13 0.58 0.53
Hex 42 5B CC 44 37 0 14 E5 3A 35
Octal 102 133 314 104 67 0 24 345 72 65
Binary 1000010 1011011 11001100 1000100 110111 0 10100 11100101 111010 110101

Color Harmonies of #425BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BCC

Black with #425BCC

Text Example


Text Example

White with #425BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,91,204); }

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

background-color css

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

 a { background-color: rgb(66,91,204); }

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

border-color css

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

 span { border-color: rgb(66,91,204); }

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