Html Css Color HEX #0915DE Medium Blue

📋 copy color: '#0915DE'

red 9 ◦ green 21 ◦ blue 222

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

Shades of Medium Blue #0915DE

Tints of Medium Blue #0915DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 88.1%

R = 3.57%
G = 8.33%
B = 88.1%

CMYK

 C value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0915DE (or 0x0915DE) is known color: Medium Blue. HEX triplet: 09, 15 and DE. RGB value is (9,21,222). Sum of RGB (Red+Green+Blue) = 9+21+222=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 222 (87.11% from 255 or 88.10% from 252); Max value from RGB is 222 - color contains mainly: blue. Hex color #0915DE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0915DE is #F6EA21. Grayscale: #272727. Windows color (decimal): -16181794 or 14554377. OLE color: 14554377.

HSL color Cylindrical-coordinate representation of color #0915DE: hue angle of 236.62º 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 #0915DE is Cyan = 0.96, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 21 222 -
CMYK 0.96 0.91 0 0.13
HSL 236.62º 0.92% 0.45% -
HSV(B) 236.62º 0.96% 0.87% -
XYZ 13.57 5.87 69.52 -
YUV 40.33 230.52 105.66 -
System Red Green Blue C M Y K H S L
Decimal 9 21 222 0.96 0.91 0 0.13 236.62 0.92 0.45
Hex 9 15 DE 60 5B 0 D ED 5C 2D
Octal 11 25 336 140 133 0 15 355 134 55
Binary 1001 10101 11011110 1100000 1011011 0 1101 11101101 1011100 101101

Color Harmonies of #0915DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0915DE

Black with #0915DE

Text Example


Text Example

White with #0915DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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