Html Css Color HEX #1244EF Persian Blue

📋 copy color: '#1244EF'

red 18 ◦ green 68 ◦ blue 239

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

Shades of Persian Blue #1244EF

Tints of Persian Blue #1244EF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.92%

 BLUE value IS 239 (93.75% from 255) = 73.54%

R = 5.54%
G = 20.92%
B = 73.54%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1244EF (or 0x1244EF) is known color: Persian Blue. HEX triplet: 12, 44 and EF. RGB value is (18,68,239). Sum of RGB (Red+Green+Blue) = 18+68+239=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 239 (93.75% from 255 or 73.54% from 325); Max value from RGB is 239 - color contains mainly: blue. Hex color #1244EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1244EF is #EDBB10. Grayscale: #474747. Windows color (decimal): -15579921 or 15680530. OLE color: 15680530.

HSL color Cylindrical-coordinate representation of color #1244EF: hue angle of 226.43º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1244EF is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 68 239 -
CMYK 0.92 0.72 0 0.06
HSL 226.43º 0.87% 0.5% -
HSV(B) 226.43º 0.92% 0.94% -
XYZ 17.9 10.49 82.74 -
YUV 72.54 221.94 89.1 -
System Red Green Blue C M Y K H S L
Decimal 18 68 239 0.92 0.72 0 0.06 226.43 0.87 0.5
Hex 12 44 EF 5C 48 0 6 E2 57 32
Octal 22 104 357 134 110 0 6 342 127 62
Binary 10010 1000100 11101111 1011100 1001000 0 110 11100010 1010111 110010

Color Harmonies of #1244EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1244EF

Black with #1244EF

Text Example


Text Example

White with #1244EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1244EF; }

 p { color: rgb(18,68,239); }

 H1.HeaderClassName
 {
   color: #1244EF;
 }
 .AnyTagClassName
 {
   color: #1244EF;
 }
</style>

background-color css

<style>
 a { background-color: #1244EF; }

 a { background-color: rgb(18,68,239); }

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

border-color css

<style>
 span { border-color: #1244EF; }

 span { border-color: rgb(18,68,239); }

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