Html Css Color HEX #0E1FD5 Medium Blue

📋 copy color: '#0E1FD5'

red 14 ◦ green 31 ◦ blue 213

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

Shades of Medium Blue #0E1FD5

Tints of Medium Blue #0E1FD5

RGB

 RED value IS 14 (5.86% from 255) = 5.43%

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 213 (83.59% from 255) = 82.56%

R = 5.43%
G = 12.02%
B = 82.56%

CMYK

 C value IS 0.93

 M value IS 0.85

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0E1FD5 (or 0x0E1FD5) is known color: Medium Blue. HEX triplet: 0E, 1F and D5. RGB value is (14,31,213). Sum of RGB (Red+Green+Blue) = 14+31+213=258 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.43% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 213 (83.59% from 255 or 82.56% from 258); Max value from RGB is 213 - color contains mainly: blue. Hex color #0E1FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1FD5 is #F1E02A. Grayscale: #2D2D2D. Windows color (decimal): -15851563 or 13967118. OLE color: 13967118.

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

Color convert

RGB 14 31 213 -
CMYK 0.93 0.85 0 0.16
HSL 234.87º 0.88% 0.45% -
HSV(B) 234.87º 0.93% 0.84% -
XYZ 12.68 5.88 63.42 -
YUV 46.67 221.87 104.7 -
System Red Green Blue C M Y K H S L
Decimal 14 31 213 0.93 0.85 0 0.16 234.87 0.88 0.45
Hex E 1F D5 5D 55 0 10 EB 58 2D
Octal 16 37 325 135 125 0 20 353 130 55
Binary 1110 11111 11010101 1011101 1010101 0 10000 11101011 1011000 101101

Color Harmonies of #0E1FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1FD5

Black with #0E1FD5

Text Example


Text Example

White with #0E1FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,31,213); }

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

background-color css

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

 a { background-color: rgb(14,31,213); }

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

border-color css

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

 span { border-color: rgb(14,31,213); }

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