Html Css Color HEX #251EDB Persian Blue

📋 copy color: '#251EDB'

red 37 ◦ green 30 ◦ blue 219

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

Shades of Persian Blue #251EDB

Tints of Persian Blue #251EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.57%

R = 12.94%
G = 10.49%
B = 76.57%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#251EDB (or 0x251EDB) is known color: Persian Blue. HEX triplet: 25, 1E and DB. RGB value is (37,30,219). Sum of RGB (Red+Green+Blue) = 37+30+219=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 219 (85.94% from 255 or 76.57% from 286); Max value from RGB is 219 - color contains mainly: blue. Hex color #251EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EDB is #DAE124. Grayscale: #343434. Windows color (decimal): -14344485 or 14360101. OLE color: 14360101.

HSL color Cylindrical-coordinate representation of color #251EDB: hue angle of 242.22º degrees, saturation: 0.76, 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 #251EDB is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 30 219 -
CMYK 0.83 0.86 0 0.14
HSL 242.22º 0.76% 0.49% -
HSV(B) 242.22º 0.86% 0.86% -
XYZ 14.01 6.44 67.52 -
YUV 53.64 221.32 116.13 -
System Red Green Blue C M Y K H S L
Decimal 37 30 219 0.83 0.86 0 0.14 242.22 0.76 0.49
Hex 25 1E DB 53 56 0 E F2 4C 31
Octal 45 36 333 123 126 0 16 362 114 61
Binary 100101 11110 11011011 1010011 1010110 0 1110 11110010 1001100 110001

Color Harmonies of #251EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EDB

Black with #251EDB

Text Example


Text Example

White with #251EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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