Html Css Color HEX #0F0DCE Medium Blue

📋 copy color: '#0F0DCE'

red 15 ◦ green 13 ◦ blue 206

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

Shades of Medium Blue #0F0DCE

Tints of Medium Blue #0F0DCE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.56%

 BLUE value IS 206 (80.86% from 255) = 88.03%

R = 6.41%
G = 5.56%
B = 88.03%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0F0DCE (or 0x0F0DCE) is known color: Medium Blue. HEX triplet: 0F, 0D and CE. RGB value is (15,13,206). Sum of RGB (Red+Green+Blue) = 15+13+206=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 13 (5.47% from 255 or 5.56% from 234); Blue value is 206 (80.86% from 255 or 88.03% from 234); Max value from RGB is 206 - color contains mainly: blue. Hex color #0F0DCE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0DCE is #F0F231. Grayscale: #222222. Windows color (decimal): -15790642 or 13503759. OLE color: 13503759.

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

Color convert

RGB 15 13 206 -
CMYK 0.93 0.94 0 0.19
HSL 240.62º 0.88% 0.43% -
HSV(B) 240.62º 0.94% 0.81% -
XYZ 11.48 4.85 58.72 -
YUV 35.6 224.16 113.31 -
System Red Green Blue C M Y K H S L
Decimal 15 13 206 0.93 0.94 0 0.19 240.62 0.88 0.43
Hex F D CE 5D 5E 0 13 F1 58 2B
Octal 17 15 316 135 136 0 23 361 130 53
Binary 1111 1101 11001110 1011101 1011110 0 10011 11110001 1011000 101011

Color Harmonies of #0F0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0DCE

Black with #0F0DCE

Text Example


Text Example

White with #0F0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,13,206); }

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

background-color css

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

 a { background-color: rgb(15,13,206); }

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

border-color css

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

 span { border-color: rgb(15,13,206); }

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