Html Css Color HEX #0B11FD Blue

📋 copy color: '#0B11FD'

red 11 ◦ green 17 ◦ blue 253

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

Shades of Blue #0B11FD

Tints of Blue #0B11FD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.05%

 BLUE value IS 253 (99.22% from 255) = 90.04%

R = 3.91%
G = 6.05%
B = 90.04%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B11FD (or 0x0B11FD) is known color: Blue. HEX triplet: 0B, 11 and FD. RGB value is (11,17,253). Sum of RGB (Red+Green+Blue) = 11+17+253=281 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.91% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 253 (99.22% from 255 or 90.04% from 281); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B11FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B11FD is #F4EE02. Grayscale: #292929. Windows color (decimal): -16051715 or 16584971. OLE color: 16584971.

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

Color convert

RGB 11 17 253 -
CMYK 0.96 0.93 0 0.01
HSL 238.51º 0.98% 0.52% -
HSV(B) 238.51º 0.96% 0.99% -
XYZ 18.07 7.56 93.44 -
YUV 42.11 247.01 105.81 -
System Red Green Blue C M Y K H S L
Decimal 11 17 253 0.96 0.93 0 0.01 238.51 0.98 0.52
Hex B 11 FD 60 5D 0 1 EF 62 34
Octal 13 21 375 140 135 0 1 357 142 64
Binary 1011 10001 11111101 1100000 1011101 0 1 11101111 1100010 110100

Color Harmonies of #0B11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B11FD

Black with #0B11FD

Text Example


Text Example

White with #0B11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,17,253); }

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

background-color css

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

 a { background-color: rgb(11,17,253); }

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

border-color css

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

 span { border-color: rgb(11,17,253); }

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