Html Css Color HEX #0B0FFD Blue

📋 copy color: '#0B0FFD'

red 11 ◦ green 15 ◦ blue 253

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

Shades of Blue #0B0FFD

Tints of Blue #0B0FFD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.38%

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

R = 3.94%
G = 5.38%
B = 90.68%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B0FFD (or 0x0B0FFD) is known color: Blue. HEX triplet: 0B, 0F and FD. RGB value is (11,15,253). Sum of RGB (Red+Green+Blue) = 11+15+253=279 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.94% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 253 (99.22% from 255 or 90.68% from 279); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B0FFD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B0FFD is #F4F002. Grayscale: #272727. Windows color (decimal): -16052227 or 16584459. OLE color: 16584459.

HSL color Cylindrical-coordinate representation of color #0B0FFD: hue angle of 239.01º 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 #0B0FFD is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 15 253 -
CMYK 0.96 0.94 0 0.01
HSL 239.01º 0.98% 0.52% -
HSV(B) 239.01º 0.96% 0.99% -
XYZ 18.04 7.5 93.43 -
YUV 40.94 247.67 106.65 -
System Red Green Blue C M Y K H S L
Decimal 11 15 253 0.96 0.94 0 0.01 239.01 0.98 0.52
Hex B F FD 60 5E 0 1 EF 62 34
Octal 13 17 375 140 136 0 1 357 142 64
Binary 1011 1111 11111101 1100000 1011110 0 1 11101111 1100010 110100

Color Harmonies of #0B0FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0FFD

Black with #0B0FFD

Text Example


Text Example

White with #0B0FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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