Html Css Color HEX #0F0CD8 Medium Blue

📋 copy color: '#0F0CD8'

red 15 ◦ green 12 ◦ blue 216

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

Shades of Medium Blue #0F0CD8

Tints of Medium Blue #0F0CD8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.94%

 BLUE value IS 216 (84.77% from 255) = 88.89%

R = 6.17%
G = 4.94%
B = 88.89%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0F0CD8 (or 0x0F0CD8) is known color: Medium Blue. HEX triplet: 0F, 0C and D8. RGB value is (15,12,216). Sum of RGB (Red+Green+Blue) = 15+12+216=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 216 (84.77% from 255 or 88.89% from 243); Max value from RGB is 216 - color contains mainly: blue. Hex color #0F0CD8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0CD8 is #F0F327. Grayscale: #232323. Windows color (decimal): -15790888 or 14158863. OLE color: 14158863.

HSL color Cylindrical-coordinate representation of color #0F0CD8: hue angle of 240.88º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0CD8 is Cyan = 0.93, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 12 216 -
CMYK 0.93 0.94 0 0.15
HSL 240.88º 0.89% 0.45% -
HSV(B) 240.88º 0.94% 0.85% -
XYZ 12.72 5.32 65.32 -
YUV 36.15 229.49 112.91 -
System Red Green Blue C M Y K H S L
Decimal 15 12 216 0.93 0.94 0 0.15 240.88 0.89 0.45
Hex F C D8 5D 5E 0 F F1 59 2D
Octal 17 14 330 135 136 0 17 361 131 55
Binary 1111 1100 11011000 1011101 1011110 0 1111 11110001 1011001 101101

Color Harmonies of #0F0CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0CD8

Black with #0F0CD8

Text Example


Text Example

White with #0F0CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,12,216); }

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

background-color css

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

 a { background-color: rgb(15,12,216); }

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

border-color css

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

 span { border-color: rgb(15,12,216); }

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