Html Css Color HEX #1240E8 Persian Blue

📋 copy color: '#1240E8'

red 18 ◦ green 64 ◦ blue 232

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

Shades of Persian Blue #1240E8

Tints of Persian Blue #1240E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 73.89%

R = 5.73%
G = 20.38%
B = 73.89%

CMYK

 C value IS 0.92

 M value IS 0.72

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1240E8 (or 0x1240E8) is known color: Persian Blue. HEX triplet: 12, 40 and E8. RGB value is (18,64,232). Sum of RGB (Red+Green+Blue) = 18+64+232=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 64 (25.39% from 255 or 20.38% from 314); Blue value is 232 (91.02% from 255 or 73.89% from 314); Max value from RGB is 232 - color contains mainly: blue. Hex color #1240E8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1240E8 is #EDBF17. Grayscale: #444444. Windows color (decimal): -15580952 or 15220754. OLE color: 15220754.

HSL color Cylindrical-coordinate representation of color #1240E8: hue angle of 227.1º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1240E8 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 18 64 232 -
CMYK 0.92 0.72 0 0.09
HSL 227.1º 0.86% 0.49% -
HSV(B) 227.1º 0.92% 0.91% -
XYZ 16.65 9.62 77.32 -
YUV 69.4 219.76 91.34 -
System Red Green Blue C M Y K H S L
Decimal 18 64 232 0.92 0.72 0 0.09 227.1 0.86 0.49
Hex 12 40 E8 5C 48 0 9 E3 56 31
Octal 22 100 350 134 110 0 11 343 126 61
Binary 10010 1000000 11101000 1011100 1001000 0 1001 11100011 1010110 110001

Color Harmonies of #1240E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240E8

Black with #1240E8

Text Example


Text Example

White with #1240E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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