#0500EE

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

Shades of Blue #0500EE

Tints of Blue #0500EE

Color information

#0500EE (or 0x0500EE) is unknown color: approx Blue. HEX triplet: 05, 00 and EE. RGB value is (5,0,238). Sum of RGB (Red+Green+Blue) = 5+0+238=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 238 (93.36% from 255 or 97.94% from 243); Max value from RGB is 238 - color contains mainly: blue. Hex color #0500EE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0500EE is #FAFF11. Grayscale: #1B1B1B. Windows color (decimal): -16449298 or 15597573. OLE color: 15597573.

HSL color Cylindrical-coordinate representation of color #0500EE: hue angle of 241.26º 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 #0500EE is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB50238-
CMYK0.98100.07
HSL241.26º100%46.67%-
HSV(B)241.26º100%93.33%-
XYZ15.56.2181.27-
YUV28.63246.16111.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 238 (93.36% from 255) = 97.94%
R=2.06%
G=0%
B=97.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal502380.98100.07241.2610046.67
Hex50EE626407f1642f
Octal503561421440736114457
Binary101011101110110001011001000111111100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0500EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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