Html Css Color HEX #0F0EDF Medium Blue

📋 copy color: '#0F0EDF'

red 15 ◦ green 14 ◦ blue 223

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

Shades of Medium Blue #0F0EDF

Tints of Medium Blue #0F0EDF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 223 (87.5% from 255) = 88.49%

R = 5.95%
G = 5.56%
B = 88.49%

CMYK

 C value IS 0.93

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0F0EDF (or 0x0F0EDF) is known color: Medium Blue. HEX triplet: 0F, 0E and DF. RGB value is (15,14,223). Sum of RGB (Red+Green+Blue) = 15+14+223=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 223 (87.5% from 255 or 88.49% from 252); Max value from RGB is 223 - color contains mainly: blue. Hex color #0F0EDF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0EDF is #F0F120. Grayscale: #252525. Windows color (decimal): -15790369 or 14618127. OLE color: 14618127.

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

Color convert

RGB 15 14 223 -
CMYK 0.93 0.94 0 0.13
HSL 240.29º 0.88% 0.46% -
HSV(B) 240.29º 0.94% 0.87% -
XYZ 13.67 5.74 70.2 -
YUV 38.13 232.33 111.51 -
System Red Green Blue C M Y K H S L
Decimal 15 14 223 0.93 0.94 0 0.13 240.29 0.88 0.46
Hex F E DF 5D 5E 0 D F0 58 2E
Octal 17 16 337 135 136 0 15 360 130 56
Binary 1111 1110 11011111 1011101 1011110 0 1101 11110000 1011000 101110

Color Harmonies of #0F0EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0EDF

Black with #0F0EDF

Text Example


Text Example

White with #0F0EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,14,223); }

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

background-color css

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

 a { background-color: rgb(15,14,223); }

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

border-color css

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

 span { border-color: rgb(15,14,223); }

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