Html Css Color HEX #191ED2 Persian Blue

📋 copy color: '#191ED2'

red 25 ◦ green 30 ◦ blue 210

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

Shades of Persian Blue #191ED2

Tints of Persian Blue #191ED2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.32%

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

R = 9.43%
G = 11.32%
B = 79.25%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#191ED2 (or 0x191ED2) is known color: Persian Blue. HEX triplet: 19, 1E and D2. RGB value is (25,30,210). Sum of RGB (Red+Green+Blue) = 25+30+210=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 210 (82.42% from 255 or 79.25% from 265); Max value from RGB is 210 - color contains mainly: blue. Hex color #191ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ED2 is #E6E12D. Grayscale: #303030. Windows color (decimal): -15130926 or 13770265. OLE color: 13770265.

HSL color Cylindrical-coordinate representation of color #191ED2: hue angle of 238.38º 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 #191ED2 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 25 30 210 -
CMYK 0.88 0.86 0 0.18
HSL 238.38º 0.79% 0.46% -
HSV(B) 238.38º 0.88% 0.82% -
XYZ 12.5 5.79 61.43 -
YUV 49.03 218.84 110.86 -
System Red Green Blue C M Y K H S L
Decimal 25 30 210 0.88 0.86 0 0.18 238.38 0.79 0.46
Hex 19 1E D2 58 56 0 12 EE 4F 2E
Octal 31 36 322 130 126 0 22 356 117 56
Binary 11001 11110 11010010 1011000 1010110 0 10010 11101110 1001111 101110

Color Harmonies of #191ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ED2

Black with #191ED2

Text Example


Text Example

White with #191ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191ED2; }

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

 H1.HeaderClassName
 {
   color: #191ED2;
 }
 .AnyTagClassName
 {
   color: #191ED2;
 }
</style>

background-color css

<style>
 a { background-color: #191ED2; }

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

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

border-color css

<style>
 span { border-color: #191ED2; }

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

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