Html Css Color HEX #1944D2 Persian Blue

📋 copy color: '#1944D2'

red 25 ◦ green 68 ◦ blue 210

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

Shades of Persian Blue #1944D2

Tints of Persian Blue #1944D2

RGB

 RED value IS 25 (10.16% from 255) = 8.25%

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

 BLUE value IS 210 (82.42% from 255) = 69.31%

R = 8.25%
G = 22.44%
B = 69.31%

CMYK

 C value IS 0.88

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1944D2 (or 0x1944D2) is known color: Persian Blue. HEX triplet: 19, 44 and D2. RGB value is (25,68,210). Sum of RGB (Red+Green+Blue) = 25+68+210=303 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.25% from 303); Green value is 68 (26.95% from 255 or 22.44% from 303); Blue value is 210 (82.42% from 255 or 69.31% from 303); Max value from RGB is 210 - color contains mainly: blue. Hex color #1944D2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1944D2 is #E6BB2D. Grayscale: #464646. Windows color (decimal): -15121198 or 13779993. OLE color: 13779993.

HSL color Cylindrical-coordinate representation of color #1944D2: hue angle of 226.05º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1944D2 is Cyan = 0.88, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 68 210 -
CMYK 0.88 0.68 0 0.18
HSL 226.05º 0.79% 0.46% -
HSV(B) 226.05º 0.88% 0.82% -
XYZ 14.1 8.99 61.97 -
YUV 71.33 206.25 94.95 -
System Red Green Blue C M Y K H S L
Decimal 25 68 210 0.88 0.68 0 0.18 226.05 0.79 0.46
Hex 19 44 D2 58 44 0 12 E2 4F 2E
Octal 31 104 322 130 104 0 22 342 117 56
Binary 11001 1000100 11010010 1011000 1000100 0 10010 11100010 1001111 101110

Color Harmonies of #1944D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1944D2

Black with #1944D2

Text Example


Text Example

White with #1944D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1944D2; }

 p { color: rgb(25,68,210); }

 H1.HeaderClassName
 {
   color: #1944D2;
 }
 .AnyTagClassName
 {
   color: #1944D2;
 }
</style>

background-color css

<style>
 a { background-color: #1944D2; }

 a { background-color: rgb(25,68,210); }

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

border-color css

<style>
 span { border-color: #1944D2; }

 span { border-color: rgb(25,68,210); }

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