Html Css Color HEX #1012ED Blue

📋 copy color: '#1012ED'

red 16 ◦ green 18 ◦ blue 237

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

Shades of Blue #1012ED

Tints of Blue #1012ED

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 237 (92.97% from 255) = 87.45%

R = 5.9%
G = 6.64%
B = 87.45%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1012ED (or 0x1012ED) is known color: Blue. HEX triplet: 10, 12 and ED. RGB value is (16,18,237). Sum of RGB (Red+Green+Blue) = 16+18+237=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 237 (92.97% from 255 or 87.45% from 271); Max value from RGB is 237 - color contains mainly: blue. Hex color #1012ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1012ED is #EFED12. Grayscale: #292929. Windows color (decimal): -15723795 or 15536656. OLE color: 15536656.

HSL color Cylindrical-coordinate representation of color #1012ED: hue angle of 239.46º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1012ED is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 18 237 -
CMYK 0.93 0.92 0 0.07
HSL 239.46º 0.87% 0.5% -
HSV(B) 239.46º 0.93% 0.93% -
XYZ 15.72 6.66 80.58 -
YUV 42.37 237.84 109.19 -
System Red Green Blue C M Y K H S L
Decimal 16 18 237 0.93 0.92 0 0.07 239.46 0.87 0.5
Hex 10 12 ED 5D 5C 0 7 EF 57 32
Octal 20 22 355 135 134 0 7 357 127 62
Binary 10000 10010 11101101 1011101 1011100 0 111 11101111 1010111 110010

Color Harmonies of #1012ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1012ED

Black with #1012ED

Text Example


Text Example

White with #1012ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1012ED; }

 p { color: rgb(16,18,237); }

 H1.HeaderClassName
 {
   color: #1012ED;
 }
 .AnyTagClassName
 {
   color: #1012ED;
 }
</style>

background-color css

<style>
 a { background-color: #1012ED; }

 a { background-color: rgb(16,18,237); }

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

border-color css

<style>
 span { border-color: #1012ED; }

 span { border-color: rgb(16,18,237); }

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