Html Css Color HEX #1240DE Persian Blue

📋 copy color: '#1240DE'

red 18 ◦ green 64 ◦ blue 222

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

Shades of Persian Blue #1240DE

Tints of Persian Blue #1240DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 73.03%

R = 5.92%
G = 21.05%
B = 73.03%

CMYK

 C value IS 0.92

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1240DE (or 0x1240DE) is known color: Persian Blue. HEX triplet: 12, 40 and DE. RGB value is (18,64,222). Sum of RGB (Red+Green+Blue) = 18+64+222=304 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.92% from 304); Green value is 64 (25.39% from 255 or 21.05% from 304); Blue value is 222 (87.11% from 255 or 73.03% from 304); Max value from RGB is 222 - color contains mainly: blue. Hex color #1240DE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1240DE is #EDBF21. Grayscale: #434343. Windows color (decimal): -15580962 or 14565394. OLE color: 14565394.

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

Color convert

RGB 18 64 222 -
CMYK 0.92 0.71 0 0.13
HSL 226.47º 0.85% 0.47% -
HSV(B) 226.47º 0.92% 0.87% -
XYZ 15.27 9.07 70.05 -
YUV 68.26 214.76 92.15 -
System Red Green Blue C M Y K H S L
Decimal 18 64 222 0.92 0.71 0 0.13 226.47 0.85 0.47
Hex 12 40 DE 5C 47 0 D E2 55 2F
Octal 22 100 336 134 107 0 15 342 125 57
Binary 10010 1000000 11011110 1011100 1000111 0 1101 11100010 1010101 101111

Color Harmonies of #1240DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1240DE

Black with #1240DE

Text Example


Text Example

White with #1240DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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