#0033EE

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

Shades of Blue #0033EE

Tints of Blue #0033EE

Color information

#0033EE (or 0x0033EE) is unknown color: approx Blue. HEX triplet: 00, 33 and EE. RGB value is (0,51,238). Sum of RGB (Red+Green+Blue) = 0+51+238=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 238 (93.36% from 255 or 82.35% from 289); Max value from RGB is 238 - color contains mainly: blue. Hex color #0033EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0033EE is #FFCC11. Grayscale: #383838. Windows color (decimal): -16763922 or 15610624. OLE color: 15610624.

HSL color Cylindrical-coordinate representation of color #0033EE: hue angle of 227.14º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033EE is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB051238-
CMYK10.7900.07
HSL227.14º100%46.67%-
HSV(B)227.14º100%93.33%-
XYZ16.628.5481.66-
YUV57.07230.187.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 238 (93.36% from 255) = 82.35%
R=0%
G=17.65%
B=82.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal05123810.7900.07227.1410046.67
Hex033EE644F07e3642f
Octal0633561441170734314457
Binary011001111101110110010010011110111111000111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0033EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0033EE; }

 p { color: rgb(0,51,238); }

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

<style>
 a { background-color: #0033EE; }

 a { background-color: rgb(0,51,238); }

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

<style>
 span { border-color: #0033EE; }

 span { border-color: rgb(0,51,238); }

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