Html Css Color HEX #0B09DA Medium Blue

📋 copy color: '#0B09DA'

red 11 ◦ green 9 ◦ blue 218

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

Shades of Medium Blue #0B09DA

Tints of Medium Blue #0B09DA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 4.62%
G = 3.78%
B = 91.6%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0B09DA (or 0x0B09DA) is known color: Medium Blue. HEX triplet: 0B, 09 and DA. RGB value is (11,9,218). Sum of RGB (Red+Green+Blue) = 11+9+218=238 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.62% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 218 (85.55% from 255 or 91.60% from 238); Max value from RGB is 218 - color contains mainly: blue. Hex color #0B09DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B09DA is #F4F625. Grayscale: #202020. Windows color (decimal): -16053798 or 14289163. OLE color: 14289163.

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

Color convert

RGB 11 9 218 -
CMYK 0.95 0.96 0 0.15
HSL 240.57º 0.92% 0.45% -
HSV(B) 240.57º 0.96% 0.85% -
XYZ 12.89 5.33 66.68 -
YUV 33.42 232.16 112.01 -
System Red Green Blue C M Y K H S L
Decimal 11 9 218 0.95 0.96 0 0.15 240.57 0.92 0.45
Hex B 9 DA 5F 60 0 F F1 5C 2D
Octal 13 11 332 137 140 0 17 361 134 55
Binary 1011 1001 11011010 1011111 1100000 0 1111 11110001 1011100 101101

Color Harmonies of #0B09DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B09DA

Black with #0B09DA

Text Example


Text Example

White with #0B09DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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