Html Css Color HEX #1248EA Persian Blue

📋 copy color: '#1248EA'

red 18 ◦ green 72 ◦ blue 234

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

Shades of Persian Blue #1248EA

Tints of Persian Blue #1248EA

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.22%

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

R = 5.56%
G = 22.22%
B = 72.22%

CMYK

 C value IS 0.92

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1248EA (or 0x1248EA) is known color: Persian Blue. HEX triplet: 12, 48 and EA. RGB value is (18,72,234). Sum of RGB (Red+Green+Blue) = 18+72+234=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 234 (91.80% from 255 or 72.22% from 324); Max value from RGB is 234 - color contains mainly: blue. Hex color #1248EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1248EA is #EDB715. Grayscale: #494949. Windows color (decimal): -15578902 or 15353874. OLE color: 15353874.

HSL color Cylindrical-coordinate representation of color #1248EA: hue angle of 225º 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 #1248EA is Cyan = 0.92, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 18 72 234 -
CMYK 0.92 0.69 0 0.08
HSL 225º 0.86% 0.49% -
HSV(B) 225º 0.92% 0.92% -
XYZ 17.42 10.7 78.99 -
YUV 74.32 218.11 87.83 -
System Red Green Blue C M Y K H S L
Decimal 18 72 234 0.92 0.69 0 0.08 225 0.86 0.49
Hex 12 48 EA 5C 45 0 8 E1 56 31
Octal 22 110 352 134 105 0 10 341 126 61
Binary 10010 1001000 11101010 1011100 1000101 0 1000 11100001 1010110 110001

Color Harmonies of #1248EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1248EA

Black with #1248EA

Text Example


Text Example

White with #1248EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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