Html Css Color HEX #1F3EDC Persian Blue

📋 copy color: '#1F3EDC'

red 31 ◦ green 62 ◦ blue 220

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

Shades of Persian Blue #1F3EDC

Tints of Persian Blue #1F3EDC

RGB

 RED value IS 31 (12.5% from 255) = 9.9%

 GREEN value IS 62 (24.61% from 255) = 19.81%

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

R = 9.9%
G = 19.81%
B = 70.29%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F3EDC (or 0x1F3EDC) is known color: Persian Blue. HEX triplet: 1F, 3E and DC. RGB value is (31,62,220). Sum of RGB (Red+Green+Blue) = 31+62+220=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F3EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3EDC is #E0C123. Grayscale: #464646. Windows color (decimal): -14729508 or 14433823. OLE color: 14433823.

HSL color Cylindrical-coordinate representation of color #1F3EDC: hue angle of 230.16º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3EDC is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 62 220 -
CMYK 0.86 0.72 0 0.14
HSL 230.16º 0.75% 0.49% -
HSV(B) 230.16º 0.86% 0.86% -
XYZ 15.21 8.9 68.63 -
YUV 70.74 212.23 99.65 -
System Red Green Blue C M Y K H S L
Decimal 31 62 220 0.86 0.72 0 0.14 230.16 0.75 0.49
Hex 1F 3E DC 56 48 0 E E6 4B 31
Octal 37 76 334 126 110 0 16 346 113 61
Binary 11111 111110 11011100 1010110 1001000 0 1110 11100110 1001011 110001

Color Harmonies of #1F3EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3EDC

Black with #1F3EDC

Text Example


Text Example

White with #1F3EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F3EDC; }

 p { color: rgb(31,62,220); }

 H1.HeaderClassName
 {
   color: #1F3EDC;
 }
 .AnyTagClassName
 {
   color: #1F3EDC;
 }
</style>

background-color css

<style>
 a { background-color: #1F3EDC; }

 a { background-color: rgb(31,62,220); }

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

border-color css

<style>
 span { border-color: #1F3EDC; }

 span { border-color: rgb(31,62,220); }

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