Html Css Color HEX #1F25DC Persian Blue

📋 copy color: '#1F25DC'

red 31 ◦ green 37 ◦ blue 220

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

Shades of Persian Blue #1F25DC

Tints of Persian Blue #1F25DC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

 BLUE value IS 220 (86.33% from 255) = 76.39%

R = 10.76%
G = 12.85%
B = 76.39%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1F25DC (or 0x1F25DC) is known color: Persian Blue. HEX triplet: 1F, 25 and DC. RGB value is (31,37,220). Sum of RGB (Red+Green+Blue) = 31+37+220=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F25DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F25DC is #E0DA23. Grayscale: #373737. Windows color (decimal): -14735908 or 14427423. OLE color: 14427423.

HSL color Cylindrical-coordinate representation of color #1F25DC: hue angle of 238.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F25DC is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 37 220 -
CMYK 0.86 0.83 0 0.14
HSL 238.1º 0.75% 0.49% -
HSV(B) 238.1º 0.86% 0.86% -
XYZ 14.14 6.78 68.27 -
YUV 56.07 220.51 110.12 -
System Red Green Blue C M Y K H S L
Decimal 31 37 220 0.86 0.83 0 0.14 238.1 0.75 0.49
Hex 1F 25 DC 56 53 0 E EE 4B 31
Octal 37 45 334 126 123 0 16 356 113 61
Binary 11111 100101 11011100 1010110 1010011 0 1110 11101110 1001011 110001

Color Harmonies of #1F25DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F25DC

Black with #1F25DC

Text Example


Text Example

White with #1F25DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,37,220); }

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

background-color css

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

 a { background-color: rgb(31,37,220); }

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

border-color css

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

 span { border-color: rgb(31,37,220); }

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