Html Css Color HEX #1F40DC Persian Blue

📋 copy color: '#1F40DC'

red 31 ◦ green 64 ◦ blue 220

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

Shades of Persian Blue #1F40DC

Tints of Persian Blue #1F40DC

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.32%

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

R = 9.84%
G = 20.32%
B = 69.84%

CMYK

 C value IS 0.86

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F40DC (or 0x1F40DC) is known color: Persian Blue. HEX triplet: 1F, 40 and DC. RGB value is (31,64,220). Sum of RGB (Red+Green+Blue) = 31+64+220=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 64 (25.39% from 255 or 20.32% 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 #1F40DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F40DC is #E0BF23. Grayscale: #474747. Windows color (decimal): -14728996 or 14434335. OLE color: 14434335.

HSL color Cylindrical-coordinate representation of color #1F40DC: hue angle of 229.52º 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 #1F40DC is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 64 220 -
CMYK 0.86 0.71 0 0.14
HSL 229.52º 0.75% 0.49% -
HSV(B) 229.52º 0.86% 0.86% -
XYZ 15.32 9.13 68.66 -
YUV 71.92 211.57 98.82 -
System Red Green Blue C M Y K H S L
Decimal 31 64 220 0.86 0.71 0 0.14 229.52 0.75 0.49
Hex 1F 40 DC 56 47 0 E E6 4B 31
Octal 37 100 334 126 107 0 16 346 113 61
Binary 11111 1000000 11011100 1010110 1000111 0 1110 11100110 1001011 110001

Color Harmonies of #1F40DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F40DC

Black with #1F40DC

Text Example


Text Example

White with #1F40DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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