Html Css Color HEX #425FBA Free Speech Blue

📋 copy color: '#425FBA'

red 66 ◦ green 95 ◦ blue 186

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

Shades of Free Speech Blue #425FBA

Tints of Free Speech Blue #425FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 19.02%
G = 27.38%
B = 53.6%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#425FBA (or 0x425FBA) is known color: Free Speech Blue. HEX triplet: 42, 5F and BA. RGB value is (66,95,186). Sum of RGB (Red+Green+Blue) = 66+95+186=347 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.02% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #425FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425FBA is #BDA045. Grayscale: #606060. Windows color (decimal): -12427334 or 12214082. OLE color: 12214082.

HSL color Cylindrical-coordinate representation of color #425FBA: hue angle of 225.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425FBA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 95 186 -
CMYK 0.65 0.49 0 0.27
HSL 225.5º 0.48% 0.49% -
HSV(B) 225.5º 0.65% 0.73% -
XYZ 15.2 12.89 48.14 -
YUV 96.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 66 95 186 0.65 0.49 0 0.27 225.5 0.48 0.49
Hex 42 5F BA 41 31 0 1B E2 30 31
Octal 102 137 272 101 61 0 33 342 60 61
Binary 1000010 1011111 10111010 1000001 110001 0 11011 11100010 110000 110001

Color Harmonies of #425FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425FBA

Black with #425FBA

Text Example


Text Example

White with #425FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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