Html Css Color HEX #0B0CED Blue

📋 copy color: '#0B0CED'

red 11 ◦ green 12 ◦ blue 237

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

Shades of Blue #0B0CED

Tints of Blue #0B0CED

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.62%

 BLUE value IS 237 (92.97% from 255) = 91.15%

R = 4.23%
G = 4.62%
B = 91.15%

CMYK

 C value IS 0.95

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0B0CED (or 0x0B0CED) is known color: Blue. HEX triplet: 0B, 0C and ED. RGB value is (11,12,237). Sum of RGB (Red+Green+Blue) = 11+12+237=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 12 (5.08% from 255 or 4.62% from 260); Blue value is 237 (92.97% from 255 or 91.15% from 260); Max value from RGB is 237 - color contains mainly: blue. Hex color #0B0CED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0CED is #F4F312. Grayscale: #242424. Windows color (decimal): -16053011 or 15535115. OLE color: 15535115.

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

Color convert

RGB 11 12 237 -
CMYK 0.95 0.95 0 0.07
HSL 239.73º 0.91% 0.49% -
HSV(B) 239.73º 0.95% 0.93% -
XYZ 15.56 6.45 80.55 -
YUV 37.35 240.67 109.2 -
System Red Green Blue C M Y K H S L
Decimal 11 12 237 0.95 0.95 0 0.07 239.73 0.91 0.49
Hex B C ED 5F 5F 0 7 F0 5B 31
Octal 13 14 355 137 137 0 7 360 133 61
Binary 1011 1100 11101101 1011111 1011111 0 111 11110000 1011011 110001

Color Harmonies of #0B0CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0CED

Black with #0B0CED

Text Example


Text Example

White with #0B0CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,12,237); }

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

background-color css

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

 a { background-color: rgb(11,12,237); }

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

border-color css

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

 span { border-color: rgb(11,12,237); }

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