Html Css Color HEX #425BBC Free Speech Blue

📋 copy color: '#425BBC'

red 66 ◦ green 91 ◦ blue 188

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

Shades of Free Speech Blue #425BBC

Tints of Free Speech Blue #425BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.49%

R = 19.13%
G = 26.38%
B = 54.49%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#425BBC (or 0x425BBC) is known color: Free Speech Blue. HEX triplet: 42, 5B and BC. RGB value is (66,91,188). Sum of RGB (Red+Green+Blue) = 66+91+188=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 188 (73.83% from 255 or 54.49% from 345); Max value from RGB is 188 - color contains mainly: blue. Hex color #425BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425BBC is #BDA443. Grayscale: #5E5E5E. Windows color (decimal): -12428356 or 12344130. OLE color: 12344130.

HSL color Cylindrical-coordinate representation of color #425BBC: hue angle of 227.7º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425BBC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 66 91 188 -
CMYK 0.65 0.52 0 0.26
HSL 227.7º 0.48% 0.5% -
HSV(B) 227.7º 0.65% 0.74% -
XYZ 15.06 12.27 49.15 -
YUV 94.58 180.72 107.61 -
System Red Green Blue C M Y K H S L
Decimal 66 91 188 0.65 0.52 0 0.26 227.7 0.48 0.5
Hex 42 5B BC 41 34 0 1A E4 30 32
Octal 102 133 274 101 64 0 32 344 60 62
Binary 1000010 1011011 10111100 1000001 110100 0 11010 11100100 110000 110010

Color Harmonies of #425BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425BBC

Black with #425BBC

Text Example


Text Example

White with #425BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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