Html Css Color HEX #0B2EFB Blue

📋 copy color: '#0B2EFB'

red 11 ◦ green 46 ◦ blue 251

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

Shades of Blue #0B2EFB

Tints of Blue #0B2EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 251 (98.44% from 255) = 81.49%

R = 3.57%
G = 14.94%
B = 81.49%

CMYK

 C value IS 0.96

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B2EFB (or 0x0B2EFB) is known color: Blue. HEX triplet: 0B, 2E and FB. RGB value is (11,46,251). Sum of RGB (Red+Green+Blue) = 11+46+251=308 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.57% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 251 (98.44% from 255 or 81.49% from 308); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B2EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B2EFB is #F4D104. Grayscale: #3A3A3A. Windows color (decimal): -16044293 or 16461323. OLE color: 16461323.

HSL color Cylindrical-coordinate representation of color #0B2EFB: hue angle of 231.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B2EFB is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 46 251 -
CMYK 0.96 0.82 0 0.02
HSL 231.25º 0.97% 0.51% -
HSV(B) 231.25º 0.96% 0.98% -
XYZ 18.53 8.99 92.03 -
YUV 58.91 236.4 93.83 -
System Red Green Blue C M Y K H S L
Decimal 11 46 251 0.96 0.82 0 0.02 231.25 0.97 0.51
Hex B 2E FB 60 52 0 2 E7 61 33
Octal 13 56 373 140 122 0 2 347 141 63
Binary 1011 101110 11111011 1100000 1010010 0 10 11100111 1100001 110011

Color Harmonies of #0B2EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B2EFB

Black with #0B2EFB

Text Example


Text Example

White with #0B2EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,46,251); }

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

background-color css

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

 a { background-color: rgb(11,46,251); }

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

border-color css

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

 span { border-color: rgb(11,46,251); }

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