Html Css Color HEX #1F30CD Persian Blue

📋 copy color: '#1F30CD'

red 31 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #1F30CD

Tints of Persian Blue #1F30CD

RGB

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

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

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

R = 10.92%
G = 16.9%
B = 72.18%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1F30CD (or 0x1F30CD) is known color: Persian Blue. HEX triplet: 1F, 30 and CD. RGB value is (31,48,205). Sum of RGB (Red+Green+Blue) = 31+48+205=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 48 (19.14% from 255 or 16.90% from 284); Blue value is 205 (80.47% from 255 or 72.18% from 284); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F30CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F30CD is #E0CF32. Grayscale: #3C3C3C. Windows color (decimal): -14733107 or 13447199. OLE color: 13447199.

HSL color Cylindrical-coordinate representation of color #1F30CD: hue angle of 234.14º 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 #1F30CD is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 31 48 205 -
CMYK 0.85 0.77 0 0.20
HSL 234.14º 0.74% 0.46% -
HSV(B) 234.14º 0.85% 0.8% -
XYZ 12.64 6.81 58.41 -
YUV 60.82 209.37 106.73 -
System Red Green Blue C M Y K H S L
Decimal 31 48 205 0.85 0.77 0 0.20 234.14 0.74 0.46
Hex 1F 30 CD 55 4D 0 14 EA 4A 2E
Octal 37 60 315 125 115 0 24 352 112 56
Binary 11111 110000 11001101 1010101 1001101 0 10100 11101010 1001010 101110

Color Harmonies of #1F30CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F30CD

Black with #1F30CD

Text Example


Text Example

White with #1F30CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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