Html Css Color HEX #1F44CD Persian Blue

📋 copy color: '#1F44CD'

red 31 ◦ green 68 ◦ blue 205

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

Shades of Persian Blue #1F44CD

Tints of Persian Blue #1F44CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 10.2%
G = 22.37%
B = 67.43%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F44CD (or 0x1F44CD) is known color: Persian Blue. HEX triplet: 1F, 44 and CD. RGB value is (31,68,205). Sum of RGB (Red+Green+Blue) = 31+68+205=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 68 (26.95% from 255 or 22.37% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F44CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F44CD is #E0BB32. Grayscale: #474747. Windows color (decimal): -14727987 or 13452319. OLE color: 13452319.

HSL color Cylindrical-coordinate representation of color #1F44CD: hue angle of 227.24º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F44CD is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 68 205 -
CMYK 0.85 0.67 0 0.20
HSL 227.24º 0.74% 0.46% -
HSV(B) 227.24º 0.85% 0.8% -
XYZ 13.65 8.83 58.74 -
YUV 72.56 202.74 98.36 -
System Red Green Blue C M Y K H S L
Decimal 31 68 205 0.85 0.67 0 0.20 227.24 0.74 0.46
Hex 1F 44 CD 55 43 0 14 E3 4A 2E
Octal 37 104 315 125 103 0 24 343 112 56
Binary 11111 1000100 11001101 1010101 1000011 0 10100 11100011 1001010 101110

Color Harmonies of #1F44CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F44CD

Black with #1F44CD

Text Example


Text Example

White with #1F44CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,68,205); }

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

background-color css

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

 a { background-color: rgb(31,68,205); }

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

border-color css

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

 span { border-color: rgb(31,68,205); }

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