Html Css Color HEX #0F15CF Medium Blue

📋 copy color: '#0F15CF'

red 15 ◦ green 21 ◦ blue 207

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

Shades of Medium Blue #0F15CF

Tints of Medium Blue #0F15CF

RGB

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

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

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

R = 6.17%
G = 8.64%
B = 85.19%

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

#0F15CF (or 0x0F15CF) is known color: Medium Blue. HEX triplet: 0F, 15 and CF. RGB value is (15,21,207). Sum of RGB (Red+Green+Blue) = 15+21+207=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 207 (81.25% from 255 or 85.19% from 243); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F15CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F15CF is #F0EA30. Grayscale: #272727. Windows color (decimal): -15788593 or 13571343. OLE color: 13571343.

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

Color convert

RGB 15 21 207 -
CMYK 0.93 0.90 0 0.19
HSL 238.13º 0.86% 0.44% -
HSV(B) 238.13º 0.93% 0.81% -
XYZ 11.73 5.14 59.41 -
YUV 40.41 222.01 109.88 -
System Red Green Blue C M Y K H S L
Decimal 15 21 207 0.93 0.90 0 0.19 238.13 0.86 0.44
Hex F 15 CF 5D 5A 0 13 EE 56 2C
Octal 17 25 317 135 132 0 23 356 126 54
Binary 1111 10101 11001111 1011101 1011010 0 10011 11101110 1010110 101100

Color Harmonies of #0F15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F15CF

Black with #0F15CF

Text Example


Text Example

White with #0F15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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