Html Css Color HEX #1F30CE Persian Blue

📋 copy color: '#1F30CE'

red 31 ◦ green 48 ◦ blue 206

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

Shades of Persian Blue #1F30CE

Tints of Persian Blue #1F30CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 72.28%

R = 10.88%
G = 16.84%
B = 72.28%

CMYK

 C value IS 0.85

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F30CE (or 0x1F30CE) is known color: Persian Blue. HEX triplet: 1F, 30 and CE. RGB value is (31,48,206). Sum of RGB (Red+Green+Blue) = 31+48+206=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 48 (19.14% from 255 or 16.84% from 285); Blue value is 206 (80.86% from 255 or 72.28% from 285); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F30CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F30CE is #E0CF31. Grayscale: #3C3C3C. Windows color (decimal): -14733106 or 13512735. OLE color: 13512735.

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

Color convert

RGB 31 48 206 -
CMYK 0.85 0.77 0 0.19
HSL 234.17º 0.74% 0.46% -
HSV(B) 234.17º 0.85% 0.81% -
XYZ 12.76 6.86 59.04 -
YUV 60.93 209.87 106.65 -
System Red Green Blue C M Y K H S L
Decimal 31 48 206 0.85 0.77 0 0.19 234.17 0.74 0.46
Hex 1F 30 CE 55 4D 0 13 EA 4A 2E
Octal 37 60 316 125 115 0 23 352 112 56
Binary 11111 110000 11001110 1010101 1001101 0 10011 11101010 1001010 101110

Color Harmonies of #1F30CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F30CE

Black with #1F30CE

Text Example


Text Example

White with #1F30CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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