Html Css Color HEX #1946DC Persian Blue

📋 copy color: '#1946DC'

red 25 ◦ green 70 ◦ blue 220

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

Shades of Persian Blue #1946DC

Tints of Persian Blue #1946DC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.22%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 7.94%
G = 22.22%
B = 69.84%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1946DC (or 0x1946DC) is known color: Persian Blue. HEX triplet: 19, 46 and DC. RGB value is (25,70,220). Sum of RGB (Red+Green+Blue) = 25+70+220=315 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.94% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #1946DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1946DC is #E6B923. Grayscale: #494949. Windows color (decimal): -15120676 or 14435865. OLE color: 14435865.

HSL color Cylindrical-coordinate representation of color #1946DC: hue angle of 226.15º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1946DC is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 70 220 -
CMYK 0.89 0.68 0 0.14
HSL 226.15º 0.8% 0.48% -
HSV(B) 226.15º 0.89% 0.86% -
XYZ 15.51 9.75 68.78 -
YUV 73.65 210.59 93.3 -
System Red Green Blue C M Y K H S L
Decimal 25 70 220 0.89 0.68 0 0.14 226.15 0.8 0.48
Hex 19 46 DC 59 44 0 E E2 50 30
Octal 31 106 334 131 104 0 16 342 120 60
Binary 11001 1000110 11011100 1011001 1000100 0 1110 11100010 1010000 110000

Color Harmonies of #1946DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1946DC

Black with #1946DC

Text Example


Text Example

White with #1946DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1946DC; }

 p { color: rgb(25,70,220); }

 H1.HeaderClassName
 {
   color: #1946DC;
 }
 .AnyTagClassName
 {
   color: #1946DC;
 }
</style>

background-color css

<style>
 a { background-color: #1946DC; }

 a { background-color: rgb(25,70,220); }

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

border-color css

<style>
 span { border-color: #1946DC; }

 span { border-color: rgb(25,70,220); }

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