Html Css Color HEX #1240EF Persian Blue

📋 copy color: '#1240EF'

red 18 ◦ green 64 ◦ blue 239

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

Shades of Persian Blue #1240EF

Tints of Persian Blue #1240EF

RGB

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

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

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

R = 5.61%
G = 19.94%
B = 74.45%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1240EF (or 0x1240EF) is known color: Persian Blue. HEX triplet: 12, 40 and EF. RGB value is (18,64,239). Sum of RGB (Red+Green+Blue) = 18+64+239=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 239 (93.75% from 255 or 74.45% from 321); Max value from RGB is 239 - color contains mainly: blue. Hex color #1240EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1240EF is #EDBF10. Grayscale: #454545. Windows color (decimal): -15580945 or 15679506. OLE color: 15679506.

HSL color Cylindrical-coordinate representation of color #1240EF: hue angle of 227.51º 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 #1240EF is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 18 64 239 -
CMYK 0.92 0.73 0 0.06
HSL 227.51º 0.87% 0.5% -
HSV(B) 227.51º 0.92% 0.94% -
XYZ 17.66 10.03 82.67 -
YUV 70.2 223.26 90.77 -
System Red Green Blue C M Y K H S L
Decimal 18 64 239 0.92 0.73 0 0.06 227.51 0.87 0.5
Hex 12 40 EF 5C 49 0 6 E4 57 32
Octal 22 100 357 134 111 0 6 344 127 62
Binary 10010 1000000 11101111 1011100 1001001 0 110 11100100 1010111 110010

Color Harmonies of #1240EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240EF

Black with #1240EF

Text Example


Text Example

White with #1240EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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