Html Css Color HEX #1247DF Persian Blue

📋 copy color: '#1247DF'

red 18 ◦ green 71 ◦ blue 223

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

Shades of Persian Blue #1247DF

Tints of Persian Blue #1247DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.47%

R = 5.77%
G = 22.76%
B = 71.47%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1247DF (or 0x1247DF) is known color: Persian Blue. HEX triplet: 12, 47 and DF. RGB value is (18,71,223). Sum of RGB (Red+Green+Blue) = 18+71+223=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 223 (87.5% from 255 or 71.47% from 312); Max value from RGB is 223 - color contains mainly: blue. Hex color #1247DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1247DF is #EDB820. Grayscale: #474747. Windows color (decimal): -15579169 or 14632722. OLE color: 14632722.

HSL color Cylindrical-coordinate representation of color #1247DF: hue angle of 224.49º 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 #1247DF is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 18 71 223 -
CMYK 0.92 0.68 0 0.13
HSL 224.49º 0.85% 0.47% -
HSV(B) 224.49º 0.92% 0.87% -
XYZ 15.82 9.96 70.9 -
YUV 72.48 212.94 89.14 -
System Red Green Blue C M Y K H S L
Decimal 18 71 223 0.92 0.68 0 0.13 224.49 0.85 0.47
Hex 12 47 DF 5C 44 0 D E0 55 2F
Octal 22 107 337 134 104 0 15 340 125 57
Binary 10010 1000111 11011111 1011100 1000100 0 1101 11100000 1010101 101111

Color Harmonies of #1247DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1247DF

Black with #1247DF

Text Example


Text Example

White with #1247DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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