Html Css Color HEX #0F00CF Medium Blue

📋 copy color: '#0F00CF'

red 15 ◦ green 0 ◦ blue 207

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

Shades of Medium Blue #0F00CF

Tints of Medium Blue #0F00CF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 6.76%
G = 0%
B = 93.24%

CMYK

 C value IS 0.93

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F00CF (or 0x0F00CF) is known color: Medium Blue. HEX triplet: 0F, 00 and CF. RGB value is (15,0,207). Sum of RGB (Red+Green+Blue) = 15+0+207=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 207 (81.25% from 255 or 93.24% from 222); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F00CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F00CF is #F0FF30. Grayscale: #1B1B1B. Windows color (decimal): -15793969 or 13565967. OLE color: 13565967.

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

Color convert

RGB 15 0 207 -
CMYK 0.93 1 0 0.19
HSL 244.35º 1% 0.41% -
HSV(B) 244.35º 1% 0.81% -
XYZ 11.46 4.61 59.32 -
YUV 28.08 228.97 118.67 -
System Red Green Blue C M Y K H S L
Decimal 15 0 207 0.93 1 0 0.19 244.35 1 0.41
Hex F 0 CF 5D 64 0 13 F4 64 29
Octal 17 0 317 135 144 0 23 364 144 51
Binary 1111 0 11001111 1011101 1100100 0 10011 11110100 1100100 101001

Color Harmonies of #0F00CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F00CF

Black with #0F00CF

Text Example


Text Example

White with #0F00CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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