Html Css Color HEX #253EDD Persian Blue

📋 copy color: '#253EDD'

red 37 ◦ green 62 ◦ blue 221

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

Shades of Persian Blue #253EDD

Tints of Persian Blue #253EDD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

 BLUE value IS 221 (86.72% from 255) = 69.06%

R = 11.56%
G = 19.38%
B = 69.06%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#253EDD (or 0x253EDD) is known color: Persian Blue. HEX triplet: 25, 3E and DD. RGB value is (37,62,221). Sum of RGB (Red+Green+Blue) = 37+62+221=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #253EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253EDD is #DAC122. Grayscale: #474747. Windows color (decimal): -14336291 or 14499365. OLE color: 14499365.

HSL color Cylindrical-coordinate representation of color #253EDD: hue angle of 231.85º degrees, saturation: 0.73, 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 #253EDD is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 62 221 -
CMYK 0.83 0.72 0 0.13
HSL 231.85º 0.73% 0.51% -
HSV(B) 231.85º 0.83% 0.87% -
XYZ 15.54 9.06 69.34 -
YUV 72.65 211.72 102.57 -
System Red Green Blue C M Y K H S L
Decimal 37 62 221 0.83 0.72 0 0.13 231.85 0.73 0.51
Hex 25 3E DD 53 48 0 D E8 49 33
Octal 45 76 335 123 110 0 15 350 111 63
Binary 100101 111110 11011101 1010011 1001000 0 1101 11101000 1001001 110011

Color Harmonies of #253EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253EDD

Black with #253EDD

Text Example


Text Example

White with #253EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,62,221); }

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

background-color css

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

 a { background-color: rgb(37,62,221); }

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

border-color css

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

 span { border-color: rgb(37,62,221); }

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