Html Css Color HEX #1F30DD Persian Blue

📋 copy color: '#1F30DD'

red 31 ◦ green 48 ◦ blue 221

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

Shades of Persian Blue #1F30DD

Tints of Persian Blue #1F30DD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16%

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

R = 10.33%
G = 16%
B = 73.67%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1F30DD (or 0x1F30DD) is known color: Persian Blue. HEX triplet: 1F, 30 and DD. RGB value is (31,48,221). Sum of RGB (Red+Green+Blue) = 31+48+221=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 221 (86.72% from 255 or 73.67% from 300); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F30DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F30DD is #E0CF22. Grayscale: #3D3D3D. Windows color (decimal): -14733091 or 14495775. OLE color: 14495775.

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

Color convert

RGB 31 48 221 -
CMYK 0.86 0.78 0 0.13
HSL 234.63º 0.75% 0.49% -
HSV(B) 234.63º 0.86% 0.87% -
XYZ 14.67 7.63 69.11 -
YUV 62.64 217.37 105.43 -
System Red Green Blue C M Y K H S L
Decimal 31 48 221 0.86 0.78 0 0.13 234.63 0.75 0.49
Hex 1F 30 DD 56 4E 0 D EB 4B 31
Octal 37 60 335 126 116 0 15 353 113 61
Binary 11111 110000 11011101 1010110 1001110 0 1101 11101011 1001011 110001

Color Harmonies of #1F30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F30DD

Black with #1F30DD

Text Example


Text Example

White with #1F30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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