Html Css Color HEX #1844D7 Persian Blue

📋 copy color: '#1844D7'

red 24 ◦ green 68 ◦ blue 215

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

Shades of Persian Blue #1844D7

Tints of Persian Blue #1844D7

RGB

 RED value IS 24 (9.77% from 255) = 7.82%

 GREEN value IS 68 (26.95% from 255) = 22.15%

 BLUE value IS 215 (84.38% from 255) = 70.03%

R = 7.82%
G = 22.15%
B = 70.03%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1844D7 (or 0x1844D7) is known color: Persian Blue. HEX triplet: 18, 44 and D7. RGB value is (24,68,215). Sum of RGB (Red+Green+Blue) = 24+68+215=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 215 (84.38% from 255 or 70.03% from 307); Max value from RGB is 215 - color contains mainly: blue. Hex color #1844D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1844D7 is #E7BB28. Grayscale: #464646. Windows color (decimal): -15186729 or 14107672. OLE color: 14107672.

HSL color Cylindrical-coordinate representation of color #1844D7: hue angle of 226.18º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1844D7 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 24 68 215 -
CMYK 0.89 0.68 0 0.16
HSL 226.18º 0.8% 0.47% -
HSV(B) 226.18º 0.89% 0.84% -
XYZ 14.71 9.23 65.3 -
YUV 71.6 208.92 94.05 -
System Red Green Blue C M Y K H S L
Decimal 24 68 215 0.89 0.68 0 0.16 226.18 0.8 0.47
Hex 18 44 D7 59 44 0 10 E2 50 2F
Octal 30 104 327 131 104 0 20 342 120 57
Binary 11000 1000100 11010111 1011001 1000100 0 10000 11100010 1010000 101111

Color Harmonies of #1844D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844D7

Black with #1844D7

Text Example


Text Example

White with #1844D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1844D7; }

 p { color: rgb(24,68,215); }

 H1.HeaderClassName
 {
   color: #1844D7;
 }
 .AnyTagClassName
 {
   color: #1844D7;
 }
</style>

background-color css

<style>
 a { background-color: #1844D7; }

 a { background-color: rgb(24,68,215); }

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

border-color css

<style>
 span { border-color: #1844D7; }

 span { border-color: rgb(24,68,215); }

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