Html Css Color HEX #425DBB Free Speech Blue

📋 copy color: '#425DBB'

red 66 ◦ green 93 ◦ blue 187

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

Shades of Free Speech Blue #425DBB

Tints of Free Speech Blue #425DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 187 (73.44% from 255) = 54.05%

R = 19.08%
G = 26.88%
B = 54.05%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#425DBB (or 0x425DBB) is known color: Free Speech Blue. HEX triplet: 42, 5D and BB. RGB value is (66,93,187). Sum of RGB (Red+Green+Blue) = 66+93+187=346 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.08% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #425DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425DBB is #BDA244. Grayscale: #5F5F5F. Windows color (decimal): -12427845 or 12279106. OLE color: 12279106.

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

Color convert

RGB 66 93 187 -
CMYK 0.65 0.50 0 0.27
HSL 226.61º 0.48% 0.5% -
HSV(B) 226.61º 0.65% 0.73% -
XYZ 15.13 12.57 48.64 -
YUV 95.64 179.55 106.86 -
System Red Green Blue C M Y K H S L
Decimal 66 93 187 0.65 0.50 0 0.27 226.61 0.48 0.5
Hex 42 5D BB 41 32 0 1B E3 30 32
Octal 102 135 273 101 62 0 33 343 60 62
Binary 1000010 1011101 10111011 1000001 110010 0 11011 11100011 110000 110010

Color Harmonies of #425DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425DBB

Black with #425DBB

Text Example


Text Example

White with #425DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,93,187); }

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

background-color css

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

 a { background-color: rgb(66,93,187); }

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

border-color css

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

 span { border-color: rgb(66,93,187); }

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