Html Css Color HEX #0B15FD Blue

📋 copy color: '#0B15FD'

red 11 ◦ green 21 ◦ blue 253

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

Shades of Blue #0B15FD

Tints of Blue #0B15FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.37%

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

R = 3.86%
G = 7.37%
B = 88.77%

CMYK

 C value IS 0.96

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0B15FD (or 0x0B15FD) is known color: Blue. HEX triplet: 0B, 15 and FD. RGB value is (11,21,253). Sum of RGB (Red+Green+Blue) = 11+21+253=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 253 (99.22% from 255 or 88.77% from 285); Max value from RGB is 253 - color contains mainly: blue. Hex color #0B15FD is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B15FD is #F4EA02. Grayscale: #2B2B2B. Windows color (decimal): -16050691 or 16585995. OLE color: 16585995.

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

Color convert

RGB 11 21 253 -
CMYK 0.96 0.92 0 0.01
HSL 237.52º 0.98% 0.52% -
HSV(B) 237.52º 0.96% 0.99% -
XYZ 18.14 7.7 93.46 -
YUV 44.46 245.69 104.14 -
System Red Green Blue C M Y K H S L
Decimal 11 21 253 0.96 0.92 0 0.01 237.52 0.98 0.52
Hex B 15 FD 60 5C 0 1 EE 62 34
Octal 13 25 375 140 134 0 1 356 142 64
Binary 1011 10101 11111101 1100000 1011100 0 1 11101110 1100010 110100

Color Harmonies of #0B15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B15FD

Black with #0B15FD

Text Example


Text Example

White with #0B15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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