Html Css Color HEX #253ED4 Persian Blue

📋 copy color: '#253ED4'

red 37 ◦ green 62 ◦ blue 212

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

Shades of Persian Blue #253ED4

Tints of Persian Blue #253ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 68.17%

R = 11.9%
G = 19.94%
B = 68.17%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#253ED4 (or 0x253ED4) is known color: Persian Blue. HEX triplet: 25, 3E and D4. RGB value is (37,62,212). Sum of RGB (Red+Green+Blue) = 37+62+212=311 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.90% from 311); Green value is 62 (24.61% from 255 or 19.94% from 311); Blue value is 212 (83.20% from 255 or 68.17% from 311); Max value from RGB is 212 - color contains mainly: blue. Hex color #253ED4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253ED4 is #DAC12B. Grayscale: #474747. Windows color (decimal): -14336300 or 13909541. OLE color: 13909541.

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

Color convert

RGB 37 62 212 -
CMYK 0.83 0.71 0 0.17
HSL 231.43º 0.7% 0.49% -
HSV(B) 231.43º 0.83% 0.83% -
XYZ 14.37 8.59 63.19 -
YUV 71.63 207.22 103.3 -
System Red Green Blue C M Y K H S L
Decimal 37 62 212 0.83 0.71 0 0.17 231.43 0.7 0.49
Hex 25 3E D4 53 47 0 11 E7 46 31
Octal 45 76 324 123 107 0 21 347 106 61
Binary 100101 111110 11010100 1010011 1000111 0 10001 11100111 1000110 110001

Color Harmonies of #253ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253ED4

Black with #253ED4

Text Example


Text Example

White with #253ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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