Html Css Color HEX #0F15CE Medium Blue

📋 copy color: '#0F15CE'

red 15 ◦ green 21 ◦ blue 206

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

Shades of Medium Blue #0F15CE

Tints of Medium Blue #0F15CE

RGB

 RED value IS 15 (6.25% from 255) = 6.2%

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

 BLUE value IS 206 (80.86% from 255) = 85.12%

R = 6.2%
G = 8.68%
B = 85.12%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F15CE (or 0x0F15CE) is known color: Medium Blue. HEX triplet: 0F, 15 and CE. RGB value is (15,21,206). Sum of RGB (Red+Green+Blue) = 15+21+206=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F15CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15CE is #F0EA31. Grayscale: #272727. Windows color (decimal): -15788594 or 13505807. OLE color: 13505807.

HSL color Cylindrical-coordinate representation of color #0F15CE: hue angle of 238.12º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F15CE is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 21 206 -
CMYK 0.93 0.90 0 0.19
HSL 238.12º 0.86% 0.43% -
HSV(B) 238.12º 0.93% 0.81% -
XYZ 11.61 5.09 58.76 -
YUV 40.3 221.51 109.96 -
System Red Green Blue C M Y K H S L
Decimal 15 21 206 0.93 0.90 0 0.19 238.12 0.86 0.43
Hex F 15 CE 5D 5A 0 13 EE 56 2B
Octal 17 25 316 135 132 0 23 356 126 53
Binary 1111 10101 11001110 1011101 1011010 0 10011 11101110 1010110 101011

Color Harmonies of #0F15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F15CE

Black with #0F15CE

Text Example


Text Example

White with #0F15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,21,206); }

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

background-color css

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

 a { background-color: rgb(15,21,206); }

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

border-color css

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

 span { border-color: rgb(15,21,206); }

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