Html Css Color HEX #0F18CF Medium Blue

📋 copy color: '#0F18CF'

red 15 ◦ green 24 ◦ blue 207

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

Shades of Medium Blue #0F18CF

Tints of Medium Blue #0F18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.76%

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

R = 6.1%
G = 9.76%
B = 84.15%

CMYK

 C value IS 0.93

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F18CF (or 0x0F18CF) is known color: Medium Blue. HEX triplet: 0F, 18 and CF. RGB value is (15,24,207). Sum of RGB (Red+Green+Blue) = 15+24+207=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 24 (9.77% from 255 or 9.76% from 246); Blue value is 207 (81.25% from 255 or 84.15% from 246); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F18CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F18CF is #F0E730. Grayscale: #292929. Windows color (decimal): -15787825 or 13572111. OLE color: 13572111.

HSL color Cylindrical-coordinate representation of color #0F18CF: hue angle of 237.19º 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 #0F18CF is Cyan = 0.93, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 15 24 207 -
CMYK 0.93 0.88 0 0.19
HSL 237.19º 0.86% 0.44% -
HSV(B) 237.19º 0.93% 0.81% -
XYZ 11.79 5.26 59.43 -
YUV 42.17 221.02 108.62 -
System Red Green Blue C M Y K H S L
Decimal 15 24 207 0.93 0.88 0 0.19 237.19 0.86 0.44
Hex F 18 CF 5D 58 0 13 ED 56 2C
Octal 17 30 317 135 130 0 23 355 126 54
Binary 1111 11000 11001111 1011101 1011000 0 10011 11101101 1010110 101100

Color Harmonies of #0F18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F18CF

Black with #0F18CF

Text Example


Text Example

White with #0F18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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