Html Css Color HEX #0B02EC Blue

📋 copy color: '#0B02EC'

red 11 ◦ green 2 ◦ blue 236

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

Shades of Blue #0B02EC

Tints of Blue #0B02EC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 236 (92.58% from 255) = 94.78%

R = 4.42%
G = 0.8%
B = 94.78%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B02EC (or 0x0B02EC) is known color: Blue. HEX triplet: 0B, 02 and EC. RGB value is (11,2,236). Sum of RGB (Red+Green+Blue) = 11+2+236=249 (32% of max value = 765). Red value is 11 (4.69% from 255 or 4.42% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 236 (92.58% from 255 or 94.78% from 249); Max value from RGB is 236 - color contains mainly: blue. Hex color #0B02EC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B02EC is #F4FD13. Grayscale: #1E1E1E. Windows color (decimal): -16055572 or 15467019. OLE color: 15467019.

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

Color convert

RGB 11 2 236 -
CMYK 0.95 0.99 0 0.07
HSL 242.31º 0.98% 0.47% -
HSV(B) 242.31º 0.99% 0.93% -
XYZ 15.3 6.17 79.74 -
YUV 31.37 243.48 113.47 -
System Red Green Blue C M Y K H S L
Decimal 11 2 236 0.95 0.99 0 0.07 242.31 0.98 0.47
Hex B 2 EC 5F 63 0 7 F2 62 2F
Octal 13 2 354 137 143 0 7 362 142 57
Binary 1011 10 11101100 1011111 1100011 0 111 11110010 1100010 101111

Color Harmonies of #0B02EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B02EC

Black with #0B02EC

Text Example


Text Example

White with #0B02EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B02EC; }

 p { color: rgb(11,2,236); }

 H1.HeaderClassName
 {
   color: #0B02EC;
 }
 .AnyTagClassName
 {
   color: #0B02EC;
 }
</style>

background-color css

<style>
 a { background-color: #0B02EC; }

 a { background-color: rgb(11,2,236); }

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

border-color css

<style>
 span { border-color: #0B02EC; }

 span { border-color: rgb(11,2,236); }

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