Html Css Color HEX #0915CF Medium Blue

📋 copy color: '#0915CF'

red 9 ◦ green 21 ◦ blue 207

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

Shades of Medium Blue #0915CF

Tints of Medium Blue #0915CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 87.34%

R = 3.8%
G = 8.86%
B = 87.34%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0915CF (or 0x0915CF) is known color: Medium Blue. HEX triplet: 09, 15 and CF. RGB value is (9,21,207). Sum of RGB (Red+Green+Blue) = 9+21+207=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 207 (81.25% from 255 or 87.34% from 237); Max value from RGB is 207 - color contains mainly: blue. Hex color #0915CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0915CF is #F6EA30. Grayscale: #252525. Windows color (decimal): -16181809 or 13571337. OLE color: 13571337.

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

Color convert

RGB 9 21 207 -
CMYK 0.96 0.90 0 0.19
HSL 236.36º 0.92% 0.42% -
HSV(B) 236.36º 0.96% 0.81% -
XYZ 11.64 5.1 59.4 -
YUV 38.62 223.02 106.88 -
System Red Green Blue C M Y K H S L
Decimal 9 21 207 0.96 0.90 0 0.19 236.36 0.92 0.42
Hex 9 15 CF 60 5A 0 13 EC 5C 2A
Octal 11 25 317 140 132 0 23 354 134 52
Binary 1001 10101 11001111 1100000 1011010 0 10011 11101100 1011100 101010

Color Harmonies of #0915CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0915CF

Black with #0915CF

Text Example


Text Example

White with #0915CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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