Html Css Color HEX #0B07DA Medium Blue

📋 copy color: '#0B07DA'

red 11 ◦ green 7 ◦ blue 218

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

Shades of Medium Blue #0B07DA

Tints of Medium Blue #0B07DA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.97%

 BLUE value IS 218 (85.55% from 255) = 92.37%

R = 4.66%
G = 2.97%
B = 92.37%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0B07DA (or 0x0B07DA) is known color: Medium Blue. HEX triplet: 0B, 07 and DA. RGB value is (11,7,218). Sum of RGB (Red+Green+Blue) = 11+7+218=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 218 (85.55% from 255 or 92.37% from 236); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B07DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B07DA is #F4F825. Grayscale: #1F1F1F. Windows color (decimal): -16054310 or 14288651. OLE color: 14288651.

HSL color Cylindrical-coordinate representation of color #0B07DA: hue angle of 241.14º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B07DA is Cyan = 0.95, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 11 7 218 -
CMYK 0.95 0.97 0 0.15
HSL 241.14º 0.94% 0.44% -
HSV(B) 241.14º 0.97% 0.85% -
XYZ 12.87 5.29 66.67 -
YUV 32.25 232.83 112.84 -
System Red Green Blue C M Y K H S L
Decimal 11 7 218 0.95 0.97 0 0.15 241.14 0.94 0.44
Hex B 7 DA 5F 61 0 F F1 5E 2C
Octal 13 7 332 137 141 0 17 361 136 54
Binary 1011 111 11011010 1011111 1100001 0 1111 11110001 1011110 101100

Color Harmonies of #0B07DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B07DA

Black with #0B07DA

Text Example


Text Example

White with #0B07DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,7,218); }

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

background-color css

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

 a { background-color: rgb(11,7,218); }

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

border-color css

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

 span { border-color: rgb(11,7,218); }

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