Html Css Color HEX #251EC9 Persian Blue

📋 copy color: '#251EC9'

red 37 ◦ green 30 ◦ blue 201

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

Shades of Persian Blue #251EC9

Tints of Persian Blue #251EC9

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

 BLUE value IS 201 (78.91% from 255) = 75%

R = 13.81%
G = 11.19%
B = 75%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#251EC9 (or 0x251EC9) is known color: Persian Blue. HEX triplet: 25, 1E and C9. RGB value is (37,30,201). Sum of RGB (Red+Green+Blue) = 37+30+201=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 201 (78.91% from 255 or 75% from 268); Max value from RGB is 201 - color contains mainly: blue. Hex color #251EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EC9 is #DAE136. Grayscale: #323232. Windows color (decimal): -14344503 or 13180453. OLE color: 13180453.

HSL color Cylindrical-coordinate representation of color #251EC9: hue angle of 242.46º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251EC9 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 37 30 201 -
CMYK 0.82 0.85 0 0.21
HSL 242.46º 0.74% 0.45% -
HSV(B) 242.46º 0.85% 0.79% -
XYZ 11.77 5.54 55.71 -
YUV 51.59 212.32 117.6 -
System Red Green Blue C M Y K H S L
Decimal 37 30 201 0.82 0.85 0 0.21 242.46 0.74 0.45
Hex 25 1E C9 52 55 0 15 F2 4A 2D
Octal 45 36 311 122 125 0 25 362 112 55
Binary 100101 11110 11001001 1010010 1010101 0 10101 11110010 1001010 101101

Color Harmonies of #251EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EC9

Black with #251EC9

Text Example


Text Example

White with #251EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,30,201); }

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

background-color css

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

 a { background-color: rgb(37,30,201); }

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

border-color css

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

 span { border-color: rgb(37,30,201); }

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