Html Css Color HEX #1310ED Blue

📋 copy color: '#1310ED'

red 19 ◦ green 16 ◦ blue 237

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

Shades of Blue #1310ED

Tints of Blue #1310ED

RGB

 RED value IS 19 (7.81% from 255) = 6.99%

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 6.99%
G = 5.88%
B = 87.13%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1310ED (or 0x1310ED) is known color: Blue. HEX triplet: 13, 10 and ED. RGB value is (19,16,237). Sum of RGB (Red+Green+Blue) = 19+16+237=272 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.99% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 237 (92.97% from 255 or 87.13% from 272); Max value from RGB is 237 - color contains mainly: blue. Hex color #1310ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1310ED is #ECEF12. Grayscale: #292929. Windows color (decimal): -15527699 or 15536147. OLE color: 15536147.

HSL color Cylindrical-coordinate representation of color #1310ED: hue angle of 240.81º 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 #1310ED is Cyan = 0.92, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 16 237 -
CMYK 0.92 0.93 0 0.07
HSL 240.81º 0.87% 0.5% -
HSV(B) 240.81º 0.93% 0.93% -
XYZ 15.74 6.62 80.57 -
YUV 42.09 237.99 111.53 -
System Red Green Blue C M Y K H S L
Decimal 19 16 237 0.92 0.93 0 0.07 240.81 0.87 0.5
Hex 13 10 ED 5C 5D 0 7 F1 57 32
Octal 23 20 355 134 135 0 7 361 127 62
Binary 10011 10000 11101101 1011100 1011101 0 111 11110001 1010111 110010

Color Harmonies of #1310ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1310ED

Black with #1310ED

Text Example


Text Example

White with #1310ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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