Html Css Color HEX #1247ED Persian Blue

📋 copy color: '#1247ED'

red 18 ◦ green 71 ◦ blue 237

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

Shades of Persian Blue #1247ED

Tints of Persian Blue #1247ED

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 5.52%
G = 21.78%
B = 72.7%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1247ED (or 0x1247ED) is known color: Persian Blue. HEX triplet: 12, 47 and ED. RGB value is (18,71,237). Sum of RGB (Red+Green+Blue) = 18+71+237=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 237 (92.97% from 255 or 72.70% from 326); Max value from RGB is 237 - color contains mainly: blue. Hex color #1247ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1247ED is #EDB812. Grayscale: #494949. Windows color (decimal): -15579155 or 15550226. OLE color: 15550226.

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

Color convert

RGB 18 71 237 -
CMYK 0.92 0.70 0 0.07
HSL 225.48º 0.86% 0.5% -
HSV(B) 225.48º 0.92% 0.93% -
XYZ 17.79 10.75 81.26 -
YUV 74.08 219.94 88 -
System Red Green Blue C M Y K H S L
Decimal 18 71 237 0.92 0.70 0 0.07 225.48 0.86 0.5
Hex 12 47 ED 5C 46 0 7 E1 56 32
Octal 22 107 355 134 106 0 7 341 126 62
Binary 10010 1000111 11101101 1011100 1000110 0 111 11100001 1010110 110010

Color Harmonies of #1247ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1247ED

Black with #1247ED

Text Example


Text Example

White with #1247ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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