Html Css Color HEX #0B21DF Medium Blue

📋 copy color: '#0B21DF'

red 11 ◦ green 33 ◦ blue 223

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

Shades of Medium Blue #0B21DF

Tints of Medium Blue #0B21DF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.36%

 BLUE value IS 223 (87.5% from 255) = 83.52%

R = 4.12%
G = 12.36%
B = 83.52%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0B21DF (or 0x0B21DF) is known color: Medium Blue. HEX triplet: 0B, 21 and DF. RGB value is (11,33,223). Sum of RGB (Red+Green+Blue) = 11+33+223=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #0B21DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B21DF is #F4DE20. Grayscale: #2F2F2F. Windows color (decimal): -16047649 or 14622987. OLE color: 14622987.

HSL color Cylindrical-coordinate representation of color #0B21DF: hue angle of 233.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B21DF is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 11 33 223 -
CMYK 0.95 0.85 0 0.13
HSL 233.77º 0.91% 0.46% -
HSV(B) 233.77º 0.95% 0.87% -
XYZ 14 6.49 70.33 -
YUV 48.08 226.71 101.55 -
System Red Green Blue C M Y K H S L
Decimal 11 33 223 0.95 0.85 0 0.13 233.77 0.91 0.46
Hex B 21 DF 5F 55 0 D EA 5B 2E
Octal 13 41 337 137 125 0 15 352 133 56
Binary 1011 100001 11011111 1011111 1010101 0 1101 11101010 1011011 101110

Color Harmonies of #0B21DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B21DF

Black with #0B21DF

Text Example


Text Example

White with #0B21DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,33,223); }

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

background-color css

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

 a { background-color: rgb(11,33,223); }

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

border-color css

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

 span { border-color: rgb(11,33,223); }

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