Html Css Color HEX #1015CF Medium Blue

📋 copy color: '#1015CF'

red 16 ◦ green 21 ◦ blue 207

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

Shades of Medium Blue #1015CF

Tints of Medium Blue #1015CF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.61%

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

R = 6.56%
G = 8.61%
B = 84.84%

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

#1015CF (or 0x1015CF) is known color: Medium Blue. HEX triplet: 10, 15 and CF. RGB value is (16,21,207). Sum of RGB (Red+Green+Blue) = 16+21+207=244 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.56% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 207 (81.25% from 255 or 84.84% from 244); Max value from RGB is 207 - color contains mainly: blue. Hex color #1015CF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1015CF is #EFEA30. Grayscale: #272727. Windows color (decimal): -15723057 or 13571344. OLE color: 13571344.

HSL color Cylindrical-coordinate representation of color #1015CF: hue angle of 238.43º 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 #1015CF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 16 21 207 -
CMYK 0.92 0.90 0 0.19
HSL 238.43º 0.86% 0.44% -
HSV(B) 238.43º 0.92% 0.81% -
XYZ 11.74 5.15 59.41 -
YUV 40.71 221.84 110.38 -
System Red Green Blue C M Y K H S L
Decimal 16 21 207 0.92 0.90 0 0.19 238.43 0.86 0.44
Hex 10 15 CF 5C 5A 0 13 EE 56 2C
Octal 20 25 317 134 132 0 23 356 126 54
Binary 10000 10101 11001111 1011100 1011010 0 10011 11101110 1010110 101100

Color Harmonies of #1015CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1015CF

Black with #1015CF

Text Example


Text Example

White with #1015CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1015CF; }

 p { color: rgb(16,21,207); }

 H1.HeaderClassName
 {
   color: #1015CF;
 }
 .AnyTagClassName
 {
   color: #1015CF;
 }
</style>

background-color css

<style>
 a { background-color: #1015CF; }

 a { background-color: rgb(16,21,207); }

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

border-color css

<style>
 span { border-color: #1015CF; }

 span { border-color: rgb(16,21,207); }

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