Html Css Color HEX #251FCD Persian Blue

📋 copy color: '#251FCD'

red 37 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #251FCD

Tints of Persian Blue #251FCD

RGB

 RED value IS 37 (14.84% from 255) = 13.55%

 GREEN value IS 31 (12.5% from 255) = 11.36%

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

R = 13.55%
G = 11.36%
B = 75.09%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#251FCD (or 0x251FCD) is known color: Persian Blue. HEX triplet: 25, 1F and CD. RGB value is (37,31,205). Sum of RGB (Red+Green+Blue) = 37+31+205=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 205 (80.47% from 255 or 75.09% from 273); Max value from RGB is 205 - color contains mainly: blue. Hex color #251FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FCD is #DAE032. Grayscale: #333333. Windows color (decimal): -14344243 or 13442853. OLE color: 13442853.

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

Color convert

RGB 37 31 205 -
CMYK 0.82 0.85 0 0.20
HSL 242.07º 0.74% 0.46% -
HSV(B) 242.07º 0.85% 0.8% -
XYZ 12.27 5.78 58.23 -
YUV 52.63 213.99 116.85 -
System Red Green Blue C M Y K H S L
Decimal 37 31 205 0.82 0.85 0 0.20 242.07 0.74 0.46
Hex 25 1F CD 52 55 0 14 F2 4A 2E
Octal 45 37 315 122 125 0 24 362 112 56
Binary 100101 11111 11001101 1010010 1010101 0 10100 11110010 1001010 101110

Color Harmonies of #251FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FCD

Black with #251FCD

Text Example


Text Example

White with #251FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251FCD; }

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

 H1.HeaderClassName
 {
   color: #251FCD;
 }
 .AnyTagClassName
 {
   color: #251FCD;
 }
</style>

background-color css

<style>
 a { background-color: #251FCD; }

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

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

border-color css

<style>
 span { border-color: #251FCD; }

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

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