Html Css Color HEX #1F3CCF Persian Blue

📋 copy color: '#1F3CCF'

red 31 ◦ green 60 ◦ blue 207

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

Shades of Persian Blue #1F3CCF

Tints of Persian Blue #1F3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.13%

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

R = 10.4%
G = 20.13%
B = 69.46%

CMYK

 C value IS 0.85

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1F3CCF (or 0x1F3CCF) is known color: Persian Blue. HEX triplet: 1F, 3C and CF. RGB value is (31,60,207). Sum of RGB (Red+Green+Blue) = 31+60+207=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F3CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CCF is #E0C330. Grayscale: #434343. Windows color (decimal): -14730033 or 13581343. OLE color: 13581343.

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

Color convert

RGB 31 60 207 -
CMYK 0.85 0.71 0 0.19
HSL 230.11º 0.74% 0.47% -
HSV(B) 230.11º 0.85% 0.81% -
XYZ 13.44 8.03 59.87 -
YUV 68.09 206.39 101.55 -
System Red Green Blue C M Y K H S L
Decimal 31 60 207 0.85 0.71 0 0.19 230.11 0.74 0.47
Hex 1F 3C CF 55 47 0 13 E6 4A 2F
Octal 37 74 317 125 107 0 23 346 112 57
Binary 11111 111100 11001111 1010101 1000111 0 10011 11100110 1001010 101111

Color Harmonies of #1F3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3CCF

Black with #1F3CCF

Text Example


Text Example

White with #1F3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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