Html Css Color HEX #1249DE Persian Blue

📋 copy color: '#1249DE'

red 18 ◦ green 73 ◦ blue 222

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

Shades of Persian Blue #1249DE

Tints of Persian Blue #1249DE

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.32%

 BLUE value IS 222 (87.11% from 255) = 70.93%

R = 5.75%
G = 23.32%
B = 70.93%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1249DE (or 0x1249DE) is known color: Persian Blue. HEX triplet: 12, 49 and DE. RGB value is (18,73,222). Sum of RGB (Red+Green+Blue) = 18+73+222=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #1249DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1249DE is #EDB621. Grayscale: #484848. Windows color (decimal): -15578658 or 14567698. OLE color: 14567698.

HSL color Cylindrical-coordinate representation of color #1249DE: hue angle of 223.82º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1249DE is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 73 222 -
CMYK 0.92 0.67 0 0.13
HSL 223.82º 0.85% 0.47% -
HSV(B) 223.82º 0.92% 0.87% -
XYZ 15.82 10.17 70.24 -
YUV 73.54 211.78 88.38 -
System Red Green Blue C M Y K H S L
Decimal 18 73 222 0.92 0.67 0 0.13 223.82 0.85 0.47
Hex 12 49 DE 5C 43 0 D E0 55 2F
Octal 22 111 336 134 103 0 15 340 125 57
Binary 10010 1001001 11011110 1011100 1000011 0 1101 11100000 1010101 101111

Color Harmonies of #1249DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1249DE

Black with #1249DE

Text Example


Text Example

White with #1249DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1249DE; }

 p { color: rgb(18,73,222); }

 H1.HeaderClassName
 {
   color: #1249DE;
 }
 .AnyTagClassName
 {
   color: #1249DE;
 }
</style>

background-color css

<style>
 a { background-color: #1249DE; }

 a { background-color: rgb(18,73,222); }

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

border-color css

<style>
 span { border-color: #1249DE; }

 span { border-color: rgb(18,73,222); }

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