Html Css Color HEX #0B3EFB Blue

📋 copy color: '#0B3EFB'

red 11 ◦ green 62 ◦ blue 251

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

Shades of Blue #0B3EFB

Tints of Blue #0B3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.14%

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

R = 3.4%
G = 19.14%
B = 77.47%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B3EFB (or 0x0B3EFB) is known color: Blue. HEX triplet: 0B, 3E and FB. RGB value is (11,62,251). Sum of RGB (Red+Green+Blue) = 11+62+251=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 251 (98.44% from 255 or 77.47% from 324); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B3EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3EFB is #F4C104. Grayscale: #434343. Windows color (decimal): -16040197 or 16465419. OLE color: 16465419.

HSL color Cylindrical-coordinate representation of color #0B3EFB: hue angle of 227.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 #0B3EFB is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 11 62 251 -
CMYK 0.96 0.75 0 0.02
HSL 227.25º 0.97% 0.51% -
HSV(B) 227.25º 0.96% 0.98% -
XYZ 19.27 10.48 92.27 -
YUV 68.3 231.1 87.13 -
System Red Green Blue C M Y K H S L
Decimal 11 62 251 0.96 0.75 0 0.02 227.25 0.97 0.51
Hex B 3E FB 60 4B 0 2 E3 61 33
Octal 13 76 373 140 113 0 2 343 141 63
Binary 1011 111110 11111011 1100000 1001011 0 10 11100011 1100001 110011

Color Harmonies of #0B3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3EFB

Black with #0B3EFB

Text Example


Text Example

White with #0B3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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