Html Css Color HEX #0915DD Medium Blue

📋 copy color: '#0915DD'

red 9 ◦ green 21 ◦ blue 221

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

Shades of Medium Blue #0915DD

Tints of Medium Blue #0915DD

RGB

 RED value IS 9 (3.91% from 255) = 3.59%

 GREEN value IS 21 (8.59% from 255) = 8.37%

 BLUE value IS 221 (86.72% from 255) = 88.05%

R = 3.59%
G = 8.37%
B = 88.05%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0915DD (or 0x0915DD) is known color: Medium Blue. HEX triplet: 09, 15 and DD. RGB value is (9,21,221). Sum of RGB (Red+Green+Blue) = 9+21+221=251 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.59% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 221 (86.72% from 255 or 88.05% from 251); Max value from RGB is 221 - color contains mainly: blue. Hex color #0915DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0915DD is #F6EA22. Grayscale: #272727. Windows color (decimal): -16181795 or 14488841. OLE color: 14488841.

HSL color Cylindrical-coordinate representation of color #0915DD: hue angle of 236.6º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0915DD is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 21 221 -
CMYK 0.96 0.90 0 0.13
HSL 236.6º 0.92% 0.45% -
HSV(B) 236.6º 0.96% 0.87% -
XYZ 13.43 5.81 68.82 -
YUV 40.21 230.02 105.74 -
System Red Green Blue C M Y K H S L
Decimal 9 21 221 0.96 0.90 0 0.13 236.6 0.92 0.45
Hex 9 15 DD 60 5A 0 D ED 5C 2D
Octal 11 25 335 140 132 0 15 355 134 55
Binary 1001 10101 11011101 1100000 1011010 0 1101 11101101 1011100 101101

Color Harmonies of #0915DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0915DD

Black with #0915DD

Text Example


Text Example

White with #0915DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0915DD; }

 p { color: rgb(9,21,221); }

 H1.HeaderClassName
 {
   color: #0915DD;
 }
 .AnyTagClassName
 {
   color: #0915DD;
 }
</style>

background-color css

<style>
 a { background-color: #0915DD; }

 a { background-color: rgb(9,21,221); }

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

border-color css

<style>
 span { border-color: #0915DD; }

 span { border-color: rgb(9,21,221); }

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