Html Css Color HEX #0F08CD Medium Blue

📋 copy color: '#0F08CD'

red 15 ◦ green 8 ◦ blue 205

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

Shades of Medium Blue #0F08CD

Tints of Medium Blue #0F08CD

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.51%

 BLUE value IS 205 (80.47% from 255) = 89.91%

R = 6.58%
G = 3.51%
B = 89.91%

CMYK

 C value IS 0.93

 M value IS 0.96

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0F08CD (or 0x0F08CD) is known color: Medium Blue. HEX triplet: 0F, 08 and CD. RGB value is (15,8,205). Sum of RGB (Red+Green+Blue) = 15+8+205=228 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.58% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 205 (80.47% from 255 or 89.91% from 228); Max value from RGB is 205 - color contains mainly: blue. Hex color #0F08CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F08CD is #F0F732. Grayscale: #1F1F1F. Windows color (decimal): -15791923 or 13436943. OLE color: 13436943.

HSL color Cylindrical-coordinate representation of color #0F08CD: hue angle of 242.13º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F08CD is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 15 8 205 -
CMYK 0.93 0.96 0 0.20
HSL 242.13º 0.92% 0.42% -
HSV(B) 242.13º 0.96% 0.8% -
XYZ 11.3 4.68 58.07 -
YUV 32.55 225.32 115.48 -
System Red Green Blue C M Y K H S L
Decimal 15 8 205 0.93 0.96 0 0.20 242.13 0.92 0.42
Hex F 8 CD 5D 60 0 14 F2 5C 2A
Octal 17 10 315 135 140 0 24 362 134 52
Binary 1111 1000 11001101 1011101 1100000 0 10100 11110010 1011100 101010

Color Harmonies of #0F08CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F08CD

Black with #0F08CD

Text Example


Text Example

White with #0F08CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,8,205); }

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

background-color css

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

 a { background-color: rgb(15,8,205); }

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

border-color css

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

 span { border-color: rgb(15,8,205); }

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