Html Css Color HEX #1210ED Blue

📋 copy color: '#1210ED'

red 18 ◦ green 16 ◦ blue 237

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

Shades of Blue #1210ED

Tints of Blue #1210ED

RGB

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

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

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

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

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

#1210ED (or 0x1210ED) is known color: Blue. HEX triplet: 12, 10 and ED. RGB value is (18,16,237). Sum of RGB (Red+Green+Blue) = 18+16+237=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 16 (6.64% from 255 or 5.90% 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 #1210ED is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1210ED is #EDEF12. Grayscale: #282828. Windows color (decimal): -15593235 or 15536146. OLE color: 15536146.

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

Color convert

RGB 18 16 237 -
CMYK 0.92 0.93 0 0.07
HSL 240.54º 0.87% 0.5% -
HSV(B) 240.54º 0.93% 0.93% -
XYZ 15.72 6.61 80.57 -
YUV 41.79 238.16 111.03 -
System Red Green Blue C M Y K H S L
Decimal 18 16 237 0.92 0.93 0 0.07 240.54 0.87 0.5
Hex 12 10 ED 5C 5D 0 7 F1 57 32
Octal 22 20 355 134 135 0 7 361 127 62
Binary 10010 10000 11101101 1011100 1011101 0 111 11110001 1010111 110010

Color Harmonies of #1210ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1210ED

Black with #1210ED

Text Example


Text Example

White with #1210ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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