Html Css Color HEX #1844F1 Persian Blue

📋 copy color: '#1844F1'

red 24 ◦ green 68 ◦ blue 241

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

Shades of Persian Blue #1844F1

Tints of Persian Blue #1844F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 72.37%

R = 7.21%
G = 20.42%
B = 72.37%

CMYK

 C value IS 0.90

 M value IS 0.72

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1844F1 (or 0x1844F1) is known color: Persian Blue. HEX triplet: 18, 44 and F1. RGB value is (24,68,241). Sum of RGB (Red+Green+Blue) = 24+68+241=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #1844F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1844F1 is #E7BB0E. Grayscale: #494949. Windows color (decimal): -15186703 or 15811608. OLE color: 15811608.

HSL color Cylindrical-coordinate representation of color #1844F1: hue angle of 227.83º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1844F1 is Cyan = 0.90, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 68 241 -
CMYK 0.90 0.72 0 0.05
HSL 227.83º 0.89% 0.52% -
HSV(B) 227.83º 0.9% 0.95% -
XYZ 18.32 10.68 84.31 -
YUV 74.57 221.92 91.93 -
System Red Green Blue C M Y K H S L
Decimal 24 68 241 0.90 0.72 0 0.05 227.83 0.89 0.52
Hex 18 44 F1 5A 48 0 5 E4 59 34
Octal 30 104 361 132 110 0 5 344 131 64
Binary 11000 1000100 11110001 1011010 1001000 0 101 11100100 1011001 110100

Color Harmonies of #1844F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1844F1

Black with #1844F1

Text Example


Text Example

White with #1844F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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