Html Css Color HEX #253DD5 Persian Blue

📋 copy color: '#253DD5'

red 37 ◦ green 61 ◦ blue 213

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

Shades of Persian Blue #253DD5

Tints of Persian Blue #253DD5

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

 BLUE value IS 213 (83.59% from 255) = 68.49%

R = 11.9%
G = 19.61%
B = 68.49%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#253DD5 (or 0x253DD5) is known color: Persian Blue. HEX triplet: 25, 3D and D5. RGB value is (37,61,213). Sum of RGB (Red+Green+Blue) = 37+61+213=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 213 (83.59% from 255 or 68.49% from 311); Max value from RGB is 213 - color contains mainly: blue. Hex color #253DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DD5 is #DAC22A. Grayscale: #464646. Windows color (decimal): -14336555 or 13974821. OLE color: 13974821.

HSL color Cylindrical-coordinate representation of color #253DD5: hue angle of 231.82º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #253DD5 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 61 213 -
CMYK 0.83 0.71 0 0.16
HSL 231.82º 0.7% 0.49% -
HSV(B) 231.82º 0.83% 0.84% -
XYZ 14.44 8.53 63.84 -
YUV 71.15 208.05 103.64 -
System Red Green Blue C M Y K H S L
Decimal 37 61 213 0.83 0.71 0 0.16 231.82 0.7 0.49
Hex 25 3D D5 53 47 0 10 E8 46 31
Octal 45 75 325 123 107 0 20 350 106 61
Binary 100101 111101 11010101 1010011 1000111 0 10000 11101000 1000110 110001

Color Harmonies of #253DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DD5

Black with #253DD5

Text Example


Text Example

White with #253DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,61,213); }

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

background-color css

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

 a { background-color: rgb(37,61,213); }

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

border-color css

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

 span { border-color: rgb(37,61,213); }

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