Html Css Color HEX #253DDE Persian Blue

📋 copy color: '#253DDE'

red 37 ◦ green 61 ◦ blue 222

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

Shades of Persian Blue #253DDE

Tints of Persian Blue #253DDE

RGB

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

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

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

R = 11.56%
G = 19.06%
B = 69.38%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#253DDE (or 0x253DDE) is known color: Persian Blue. HEX triplet: 25, 3D and DE. RGB value is (37,61,222). Sum of RGB (Red+Green+Blue) = 37+61+222=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 61 (24.22% from 255 or 19.06% from 320); Blue value is 222 (87.11% from 255 or 69.38% from 320); Max value from RGB is 222 - color contains mainly: blue. Hex color #253DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #253DDE is #DAC221. Grayscale: #474747. Windows color (decimal): -14336546 or 14564645. OLE color: 14564645.

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

Color convert

RGB 37 61 222 -
CMYK 0.83 0.73 0 0.13
HSL 232.22º 0.74% 0.51% -
HSV(B) 232.22º 0.83% 0.87% -
XYZ 15.62 9 70.02 -
YUV 72.18 212.55 102.91 -
System Red Green Blue C M Y K H S L
Decimal 37 61 222 0.83 0.73 0 0.13 232.22 0.74 0.51
Hex 25 3D DE 53 49 0 D E8 4A 33
Octal 45 75 336 123 111 0 15 350 112 63
Binary 100101 111101 11011110 1010011 1001001 0 1101 11101000 1001010 110011

Color Harmonies of #253DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253DDE

Black with #253DDE

Text Example


Text Example

White with #253DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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