Html Css Color HEX #0B3AFB Blue

📋 copy color: '#0B3AFB'

red 11 ◦ green 58 ◦ blue 251

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

Shades of Blue #0B3AFB

Tints of Blue #0B3AFB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.13%

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

R = 3.44%
G = 18.13%
B = 78.44%

CMYK

 C value IS 0.96

 M value IS 0.77

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0B3AFB (or 0x0B3AFB) is known color: Blue. HEX triplet: 0B, 3A and FB. RGB value is (11,58,251). Sum of RGB (Red+Green+Blue) = 11+58+251=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 251 (98.44% from 255 or 78.44% from 320); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B3AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0B3AFB is #F4C504. Grayscale: #414141. Windows color (decimal): -16041221 or 16464395. OLE color: 16464395.

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

Color convert

RGB 11 58 251 -
CMYK 0.96 0.77 0 0.02
HSL 228.25º 0.97% 0.51% -
HSV(B) 228.25º 0.96% 0.98% -
XYZ 19.06 10.06 92.2 -
YUV 65.95 232.43 88.81 -
System Red Green Blue C M Y K H S L
Decimal 11 58 251 0.96 0.77 0 0.02 228.25 0.97 0.51
Hex B 3A FB 60 4D 0 2 E4 61 33
Octal 13 72 373 140 115 0 2 344 141 63
Binary 1011 111010 11111011 1100000 1001101 0 10 11100100 1100001 110011

Color Harmonies of #0B3AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B3AFB

Black with #0B3AFB

Text Example


Text Example

White with #0B3AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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