Html Css Color HEX #1015EA Blue

📋 copy color: '#1015EA'

red 16 ◦ green 21 ◦ blue 234

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

Shades of Blue #1015EA

Tints of Blue #1015EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 86.35%

R = 5.9%
G = 7.75%
B = 86.35%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1015EA (or 0x1015EA) is known color: Blue. HEX triplet: 10, 15 and EA. RGB value is (16,21,234). Sum of RGB (Red+Green+Blue) = 16+21+234=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 234 (91.80% from 255 or 86.35% from 271); Max value from RGB is 234 - color contains mainly: blue. Hex color #1015EA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1015EA is #EFEA15. Grayscale: #2A2A2A. Windows color (decimal): -15723030 or 15340816. OLE color: 15340816.

HSL color Cylindrical-coordinate representation of color #1015EA: hue angle of 238.62º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1015EA is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 16 21 234 -
CMYK 0.93 0.91 0 0.08
HSL 238.62º 0.87% 0.49% -
HSV(B) 238.62º 0.93% 0.92% -
XYZ 15.33 6.59 78.31 -
YUV 43.79 235.34 108.18 -
System Red Green Blue C M Y K H S L
Decimal 16 21 234 0.93 0.91 0 0.08 238.62 0.87 0.49
Hex 10 15 EA 5D 5B 0 8 EF 57 31
Octal 20 25 352 135 133 0 10 357 127 61
Binary 10000 10101 11101010 1011101 1011011 0 1000 11101111 1010111 110001

Color Harmonies of #1015EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1015EA

Black with #1015EA

Text Example


Text Example

White with #1015EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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