Html Css Color HEX #253ADE Persian Blue

📋 copy color: '#253ADE'

red 37 ◦ green 58 ◦ blue 222

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

Shades of Persian Blue #253ADE

Tints of Persian Blue #253ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.03%

R = 11.67%
G = 18.3%
B = 70.03%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#253ADE (or 0x253ADE) is known color: Persian Blue. HEX triplet: 25, 3A and DE. RGB value is (37,58,222). Sum of RGB (Red+Green+Blue) = 37+58+222=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #253ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ADE is #DAC521. Grayscale: #454545. Windows color (decimal): -14337314 or 14563877. OLE color: 14563877.

HSL color Cylindrical-coordinate representation of color #253ADE: hue angle of 233.19º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253ADE is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 58 222 -
CMYK 0.83 0.74 0 0.13
HSL 233.19º 0.74% 0.51% -
HSV(B) 233.19º 0.83% 0.87% -
XYZ 15.46 8.69 69.97 -
YUV 70.42 213.54 104.16 -
System Red Green Blue C M Y K H S L
Decimal 37 58 222 0.83 0.74 0 0.13 233.19 0.74 0.51
Hex 25 3A DE 53 4A 0 D E9 4A 33
Octal 45 72 336 123 112 0 15 351 112 63
Binary 100101 111010 11011110 1010011 1001010 0 1101 11101001 1001010 110011

Color Harmonies of #253ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ADE

Black with #253ADE

Text Example


Text Example

White with #253ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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