Html Css Color HEX #1F28DD Persian Blue

📋 copy color: '#1F28DD'

red 31 ◦ green 40 ◦ blue 221

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

Shades of Persian Blue #1F28DD

Tints of Persian Blue #1F28DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.7%

 BLUE value IS 221 (86.72% from 255) = 75.68%

R = 10.62%
G = 13.7%
B = 75.68%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F28DD (or 0x1F28DD) is known color: Persian Blue. HEX triplet: 1F, 28 and DD. RGB value is (31,40,221). Sum of RGB (Red+Green+Blue) = 31+40+221=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F28DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F28DD is #E0D722. Grayscale: #393939. Windows color (decimal): -14735139 or 14493727. OLE color: 14493727.

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

Color convert

RGB 31 40 221 -
CMYK 0.86 0.82 0 0.13
HSL 237.16º 0.75% 0.49% -
HSV(B) 237.16º 0.86% 0.87% -
XYZ 14.38 7.03 69.01 -
YUV 57.94 220.02 108.78 -
System Red Green Blue C M Y K H S L
Decimal 31 40 221 0.86 0.82 0 0.13 237.16 0.75 0.49
Hex 1F 28 DD 56 52 0 D ED 4B 31
Octal 37 50 335 126 122 0 15 355 113 61
Binary 11111 101000 11011101 1010110 1010010 0 1101 11101101 1001011 110001

Color Harmonies of #1F28DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F28DD

Black with #1F28DD

Text Example


Text Example

White with #1F28DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,40,221); }

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

background-color css

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

 a { background-color: rgb(31,40,221); }

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

border-color css

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

 span { border-color: rgb(31,40,221); }

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