#0227EB

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

Shades of Blue #0227EB

Tints of Blue #0227EB

Color information

#0227EB (or 0x0227EB) is unknown color: approx Blue. HEX triplet: 02, 27 and EB. RGB value is (2,39,235). Sum of RGB (Red+Green+Blue) = 2+39+235=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #0227EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0227EB is #FDD814. Grayscale: #313131. Windows color (decimal): -16635925 or 15410946. OLE color: 15410946.

HSL color Cylindrical-coordinate representation of color #0227EB: hue angle of 230.47º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0227EB is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB239235-
CMYK0.990.8300.08
HSL230.47º98.31%46.47%-
HSV(B)230.47º99.15%92.16%-
XYZ15.757.4679.21-
YUV50.28232.2493.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.72%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 235 (92.19% from 255) = 85.14%
R=0.72%
G=14.13%
B=85.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2392350.990.8300.08230.4798.3146.47
Hex227EB635308e6622e
Octal24735314312301034614256
Binary10100111111010111100011101001101000111001101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0227EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,39,235); }

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

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

 a { background-color: rgb(2,39,235); }

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

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

 span { border-color: rgb(2,39,235); }

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