Html Css Color HEX #1015FF Blue

📋 copy color: '#1015FF'

red 16 ◦ green 21 ◦ blue 255

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

Shades of Blue #1015FF

Tints of Blue #1015FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 87.33%

R = 5.48%
G = 7.19%
B = 87.33%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1015FF (or 0x1015FF) is known color: Blue. HEX triplet: 10, 15 and FF. RGB value is (16,21,255). Sum of RGB (Red+Green+Blue) = 16+21+255=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 255 (100% from 255 or 87.33% from 292); Max value from RGB is 255 - color contains mainly: blue. Hex color #1015FF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1015FF is #EFEA00. Grayscale: #2D2D2D. Windows color (decimal): -15723009 or 16717072. OLE color: 16717072.

HSL color Cylindrical-coordinate representation of color #1015FF: hue angle of 238.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1015FF is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 21 255 -
CMYK 0.94 0.92 0 0
HSL 238.74º 1% 0.53% -
HSV(B) 238.74º 0.94% 1% -
XYZ 18.53 7.87 95.15 -
YUV 46.18 245.84 106.47 -
System Red Green Blue C M Y K H S L
Decimal 16 21 255 0.94 0.92 0 0 238.74 1 0.53
Hex 10 15 FF 5E 5C 0 0 EF 64 35
Octal 20 25 377 136 134 0 0 357 144 65
Binary 10000 10101 11111111 1011110 1011100 0 0 11101111 1100100 110101

Color Harmonies of #1015FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1015FF

Black with #1015FF

Text Example


Text Example

White with #1015FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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