Html Css Color HEX #1217EB Blue

📋 copy color: '#1217EB'

red 18 ◦ green 23 ◦ blue 235

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

Shades of Blue #1217EB

Tints of Blue #1217EB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.33%

 BLUE value IS 235 (92.19% from 255) = 85.14%

R = 6.52%
G = 8.33%
B = 85.14%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1217EB (or 0x1217EB) is known color: Blue. HEX triplet: 12, 17 and EB. RGB value is (18,23,235). Sum of RGB (Red+Green+Blue) = 18+23+235=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #1217EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1217EB is #EDE814. Grayscale: #2C2C2C. Windows color (decimal): -15591445 or 15406866. OLE color: 15406866.

HSL color Cylindrical-coordinate representation of color #1217EB: hue angle of 238.62º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1217EB is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 23 235 -
CMYK 0.92 0.90 0 0.08
HSL 238.62º 0.86% 0.5% -
HSV(B) 238.62º 0.92% 0.92% -
XYZ 15.55 6.74 79.08 -
YUV 45.67 234.84 108.26 -
System Red Green Blue C M Y K H S L
Decimal 18 23 235 0.92 0.90 0 0.08 238.62 0.86 0.5
Hex 12 17 EB 5C 5A 0 8 EF 56 32
Octal 22 27 353 134 132 0 10 357 126 62
Binary 10010 10111 11101011 1011100 1011010 0 1000 11101111 1010110 110010

Color Harmonies of #1217EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1217EB

Black with #1217EB

Text Example


Text Example

White with #1217EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1217EB; }

 p { color: rgb(18,23,235); }

 H1.HeaderClassName
 {
   color: #1217EB;
 }
 .AnyTagClassName
 {
   color: #1217EB;
 }
</style>

background-color css

<style>
 a { background-color: #1217EB; }

 a { background-color: rgb(18,23,235); }

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

border-color css

<style>
 span { border-color: #1217EB; }

 span { border-color: rgb(18,23,235); }

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