Html Css Color HEX #1140ED Persian Blue

📋 copy color: '#1140ED'

red 17 ◦ green 64 ◦ blue 237

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

Shades of Persian Blue #1140ED

Tints of Persian Blue #1140ED

RGB

 RED value IS 17 (7.03% from 255) = 5.35%

 GREEN value IS 64 (25.39% from 255) = 20.13%

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

R = 5.35%
G = 20.13%
B = 74.53%

CMYK

 C value IS 0.93

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1140ED (or 0x1140ED) is known color: Persian Blue. HEX triplet: 11, 40 and ED. RGB value is (17,64,237). Sum of RGB (Red+Green+Blue) = 17+64+237=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 237 (92.97% from 255 or 74.53% from 318); Max value from RGB is 237 - color contains mainly: blue. Hex color #1140ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1140ED is #EEBF12. Grayscale: #444444. Windows color (decimal): -15646483 or 15548433. OLE color: 15548433.

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

Color convert

RGB 17 64 237 -
CMYK 0.93 0.73 0 0.07
HSL 227.18º 0.87% 0.5% -
HSV(B) 227.18º 0.93% 0.93% -
XYZ 17.35 9.9 81.12 -
YUV 69.67 222.43 90.43 -
System Red Green Blue C M Y K H S L
Decimal 17 64 237 0.93 0.73 0 0.07 227.18 0.87 0.5
Hex 11 40 ED 5D 49 0 7 E3 57 32
Octal 21 100 355 135 111 0 7 343 127 62
Binary 10001 1000000 11101101 1011101 1001001 0 111 11100011 1010111 110010

Color Harmonies of #1140ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1140ED

Black with #1140ED

Text Example


Text Example

White with #1140ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,64,237); }

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

background-color css

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

 a { background-color: rgb(17,64,237); }

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

border-color css

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

 span { border-color: rgb(17,64,237); }

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