#0625EB

Color #0625EB Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #0625EB

Tints of Blue #0625EB

Color information

#0625EB (or 0x0625EB) is unknown color: approx Blue. HEX triplet: 06, 25 and EB. RGB value is (6,37,235). Sum of RGB (Red+Green+Blue) = 6+37+235=278 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.16% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 235 (92.19% from 255 or 84.53% from 278); Max value from RGB is 235 - color contains mainly: blue. Hex color #0625EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0625EB is #F9DA14. Grayscale: #313131. Windows color (decimal): -16374293 or 15410438. OLE color: 15410438.

HSL color Cylindrical-coordinate representation of color #0625EB: hue angle of 231.88º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0625EB is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB637235-
CMYK0.970.8400.08
HSL231.88º95.02%47.25%-
HSV(B)231.88º97.45%92.16%-
XYZ15.737.3679.19-
YUV50.3232.2396.4-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.16%
GREEN value IS 37 (14.84% from 255) = 13.31%
BLUE value IS 235 (92.19% from 255) = 84.53%
R=2.16%
G=13.31%
B=84.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal6372350.970.8400.08231.8895.0247.25
Hex625EB615408e85f2f
Octal64535314112401035013757
Binary110100101111010111100001101010001000111010001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0625EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0625EB; }

 p { color: rgb(6,37,235); }

 H1.HeaderClassName
 {
   color: #0625EB;
 }
 .AnyTagClassName
 {
   color: #0625EB;
 }
</style>
background-color css

<style>
 a { background-color: #0625EB; }

 a { background-color: rgb(6,37,235); }

 div.DivClassName
 {
   background-color: #0625EB;
 }
 .BgClassName
 {
   background-color: #0625EB;
 }
</style>
border-color css

<style>
 span { border-color: #0625EB; }

 span { border-color: rgb(6,37,235); }

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