Html Css Color HEX #0E1CCF Medium Blue

📋 copy color: '#0E1CCF'

red 14 ◦ green 28 ◦ blue 207

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

Shades of Medium Blue #0E1CCF

Tints of Medium Blue #0E1CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.24%

 BLUE value IS 207 (81.25% from 255) = 83.13%

R = 5.62%
G = 11.24%
B = 83.13%

CMYK

 C value IS 0.93

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0E1CCF (or 0x0E1CCF) is known color: Medium Blue. HEX triplet: 0E, 1C and CF. RGB value is (14,28,207). Sum of RGB (Red+Green+Blue) = 14+28+207=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 28 (11.33% from 255 or 11.24% from 249); Blue value is 207 (81.25% from 255 or 83.13% from 249); Max value from RGB is 207 - color contains mainly: blue. Hex color #0E1CCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0E1CCF is #F1E330. Grayscale: #2B2B2B. Windows color (decimal): -15852337 or 13573134. OLE color: 13573134.

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

Color convert

RGB 14 28 207 -
CMYK 0.93 0.86 0 0.19
HSL 235.65º 0.87% 0.43% -
HSV(B) 235.65º 0.93% 0.81% -
XYZ 11.86 5.43 59.45 -
YUV 44.22 219.86 106.45 -
System Red Green Blue C M Y K H S L
Decimal 14 28 207 0.93 0.86 0 0.19 235.65 0.87 0.43
Hex E 1C CF 5D 56 0 13 EC 57 2B
Octal 16 34 317 135 126 0 23 354 127 53
Binary 1110 11100 11001111 1011101 1010110 0 10011 11101100 1010111 101011

Color Harmonies of #0E1CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1CCF

Black with #0E1CCF

Text Example


Text Example

White with #0E1CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,28,207); }

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

background-color css

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

 a { background-color: rgb(14,28,207); }

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

border-color css

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

 span { border-color: rgb(14,28,207); }

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