Html Css Color HEX #1240EA Persian Blue

📋 copy color: '#1240EA'

red 18 ◦ green 64 ◦ blue 234

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

Shades of Persian Blue #1240EA

Tints of Persian Blue #1240EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 74.05%

R = 5.7%
G = 20.25%
B = 74.05%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1240EA (or 0x1240EA) is known color: Persian Blue. HEX triplet: 12, 40 and EA. RGB value is (18,64,234). Sum of RGB (Red+Green+Blue) = 18+64+234=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #1240EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1240EA is #EDBF15. Grayscale: #444444. Windows color (decimal): -15580950 or 15351826. OLE color: 15351826.

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

Color convert

RGB 18 64 234 -
CMYK 0.92 0.73 0 0.08
HSL 227.22º 0.86% 0.49% -
HSV(B) 227.22º 0.92% 0.92% -
XYZ 16.93 9.74 78.83 -
YUV 69.63 220.76 91.18 -
System Red Green Blue C M Y K H S L
Decimal 18 64 234 0.92 0.73 0 0.08 227.22 0.86 0.49
Hex 12 40 EA 5C 49 0 8 E3 56 31
Octal 22 100 352 134 111 0 10 343 126 61
Binary 10010 1000000 11101010 1011100 1001001 0 1000 11100011 1010110 110001

Color Harmonies of #1240EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240EA

Black with #1240EA

Text Example


Text Example

White with #1240EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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