Html Css Color HEX #1014CE Medium Blue

📋 copy color: '#1014CE'

red 16 ◦ green 20 ◦ blue 206

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

Shades of Medium Blue #1014CE

Tints of Medium Blue #1014CE

RGB

 RED value IS 16 (6.64% from 255) = 6.61%

 GREEN value IS 20 (8.2% from 255) = 8.26%

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

R = 6.61%
G = 8.26%
B = 85.12%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1014CE (or 0x1014CE) is known color: Medium Blue. HEX triplet: 10, 14 and CE. RGB value is (16,20,206). Sum of RGB (Red+Green+Blue) = 16+20+206=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 20 (8.20% from 255 or 8.26% from 242); Blue value is 206 (80.86% from 255 or 85.12% from 242); Max value from RGB is 206 - color contains mainly: blue. Hex color #1014CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1014CE is #EFEB31. Grayscale: #272727. Windows color (decimal): -15723314 or 13505552. OLE color: 13505552.

HSL color Cylindrical-coordinate representation of color #1014CE: hue angle of 238.74º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1014CE is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 20 206 -
CMYK 0.92 0.90 0 0.19
HSL 238.74º 0.86% 0.44% -
HSV(B) 238.74º 0.92% 0.81% -
XYZ 11.6 5.07 58.76 -
YUV 40.01 221.67 110.88 -
System Red Green Blue C M Y K H S L
Decimal 16 20 206 0.92 0.90 0 0.19 238.74 0.86 0.44
Hex 10 14 CE 5C 5A 0 13 EF 56 2C
Octal 20 24 316 134 132 0 23 357 126 54
Binary 10000 10100 11001110 1011100 1011010 0 10011 11101111 1010110 101100

Color Harmonies of #1014CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1014CE

Black with #1014CE

Text Example


Text Example

White with #1014CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1014CE; }

 p { color: rgb(16,20,206); }

 H1.HeaderClassName
 {
   color: #1014CE;
 }
 .AnyTagClassName
 {
   color: #1014CE;
 }
</style>

background-color css

<style>
 a { background-color: #1014CE; }

 a { background-color: rgb(16,20,206); }

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

border-color css

<style>
 span { border-color: #1014CE; }

 span { border-color: rgb(16,20,206); }

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