Html Css Color HEX #000BEE Blue

📋 copy color: '#000BEE'

red 0 ◦ green 11 ◦ blue 238

#000BEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #000BEE

Tints of Blue #000BEE

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 11 (4.69% from 255) = 4.42%

 BLUE value IS 238 (93.36% from 255) = 95.58%

R = 0%
G = 4.42%
B = 95.58%

CMYK

 C value IS 1

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#000BEE (or 0x000BEE) is known color: Blue. HEX triplet: 00, 0B and EE. RGB value is (0,11,238). Sum of RGB (Red+Green+Blue) = 0+11+238=249 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 238 (93.36% from 255 or 95.58% from 249); Max value from RGB is 238 - color contains mainly: blue. Hex color #000BEE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #000BEE is #FFF411. Grayscale: #202020. Windows color (decimal): -16774162 or 15600384. OLE color: 15600384.

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

Color convert

RGB 0 11 238 -
CMYK 1 0.95 0 0.07
HSL 237.23º 1% 0.47% -
HSV(B) 237.23º 1% 0.93% -
XYZ 15.55 6.41 81.31 -
YUV 33.59 243.36 104.04 -
System Red Green Blue C M Y K H S L
Decimal 0 11 238 1 0.95 0 0.07 237.23 1 0.47
Hex 0 B EE 64 5F 0 7 ED 64 2F
Octal 0 13 356 144 137 0 7 355 144 57
Binary 0 1011 11101110 1100100 1011111 0 111 11101101 1100100 101111

Color Harmonies of #000BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000BEE

Black with #000BEE

Text Example


Text Example

White with #000BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000BEE; }

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

 H1.HeaderClassName
 {
   color: #000BEE;
 }
 .AnyTagClassName
 {
   color: #000BEE;
 }
</style>

background-color css

<style>
 a { background-color: #000BEE; }

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

 div.DivClassName
 {
   background-color: #000BEE;
 }
 .BgClassName
 {
   background-color: #000BEE;
 }
</style>

border-color css

<style>
 span { border-color: #000BEE; }

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

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