Html Css Color HEX #253ADB Persian Blue

📋 copy color: '#253ADB'

red 37 ◦ green 58 ◦ blue 219

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

Shades of Persian Blue #253ADB

Tints of Persian Blue #253ADB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

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

R = 11.78%
G = 18.47%
B = 69.75%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#253ADB (or 0x253ADB) is known color: Persian Blue. HEX triplet: 25, 3A and DB. RGB value is (37,58,219). Sum of RGB (Red+Green+Blue) = 37+58+219=314 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.78% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #253ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ADB is #DAC524. Grayscale: #454545. Windows color (decimal): -14337317 or 14367269. OLE color: 14367269.

HSL color Cylindrical-coordinate representation of color #253ADB: hue angle of 233.08º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253ADB is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 58 219 -
CMYK 0.83 0.74 0 0.14
HSL 233.08º 0.72% 0.5% -
HSV(B) 233.08º 0.83% 0.86% -
XYZ 15.06 8.53 67.87 -
YUV 70.08 212.04 104.41 -
System Red Green Blue C M Y K H S L
Decimal 37 58 219 0.83 0.74 0 0.14 233.08 0.72 0.5
Hex 25 3A DB 53 4A 0 E E9 48 32
Octal 45 72 333 123 112 0 16 351 110 62
Binary 100101 111010 11011011 1010011 1001010 0 1110 11101001 1001000 110010

Color Harmonies of #253ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ADB

Black with #253ADB

Text Example


Text Example

White with #253ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253ADB; }

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

 H1.HeaderClassName
 {
   color: #253ADB;
 }
 .AnyTagClassName
 {
   color: #253ADB;
 }
</style>

background-color css

<style>
 a { background-color: #253ADB; }

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

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

border-color css

<style>
 span { border-color: #253ADB; }

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

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