Html Css Color HEX #1F30CF Persian Blue

📋 copy color: '#1F30CF'

red 31 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #1F30CF

Tints of Persian Blue #1F30CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 72.38%

R = 10.84%
G = 16.78%
B = 72.38%

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

#1F30CF (or 0x1F30CF) is known color: Persian Blue. HEX triplet: 1F, 30 and CF. RGB value is (31,48,207). Sum of RGB (Red+Green+Blue) = 31+48+207=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F30CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F30CF is #E0CF30. Grayscale: #3C3C3C. Windows color (decimal): -14733105 or 13578271. OLE color: 13578271.

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

Color convert

RGB 31 48 207 -
CMYK 0.85 0.77 0 0.19
HSL 234.2º 0.74% 0.47% -
HSV(B) 234.2º 0.85% 0.81% -
XYZ 12.88 6.91 59.69 -
YUV 61.04 210.37 106.57 -
System Red Green Blue C M Y K H S L
Decimal 31 48 207 0.85 0.77 0 0.19 234.2 0.74 0.47
Hex 1F 30 CF 55 4D 0 13 EA 4A 2F
Octal 37 60 317 125 115 0 23 352 112 57
Binary 11111 110000 11001111 1010101 1001101 0 10011 11101010 1001010 101111

Color Harmonies of #1F30CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F30CF

Black with #1F30CF

Text Example


Text Example

White with #1F30CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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