#0228F1

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

Shades of Blue #0228F1

Tints of Blue #0228F1

Color information

#0228F1 (or 0x0228F1) is unknown color: approx Blue. HEX triplet: 02, 28 and F1. RGB value is (2,40,241). Sum of RGB (Red+Green+Blue) = 2+40+241=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 241 (94.53% from 255 or 85.16% from 283); Max value from RGB is 241 - color contains mainly: blue. Hex color #0228F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0228F1 is #FDD70E. Grayscale: #323232. Windows color (decimal): -16635663 or 15804418. OLE color: 15804418.

HSL color Cylindrical-coordinate representation of color #0228F1: hue angle of 230.46º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0228F1 is Cyan = 0.99, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240241-
CMYK0.990.8300.05
HSL230.46º98.35%47.65%-
HSV(B)230.46º99.17%94.51%-
XYZ16.667.8883.86-
YUV51.55234.9192.66-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 40 (16.02% from 255) = 14.13%
BLUE value IS 241 (94.53% from 255) = 85.16%
R=0.71%
G=14.13%
B=85.16%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402410.990.8300.05230.4698.3547.65
Hex228F1635305e66230
Octal2503611431230534614260
Binary1010100011110001110001110100110101111001101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0228F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0228F1; }

 p { color: rgb(2,40,241); }

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

<style>
 a { background-color: #0228F1; }

 a { background-color: rgb(2,40,241); }

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

<style>
 span { border-color: #0228F1; }

 span { border-color: rgb(2,40,241); }

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