Html Css Color HEX #252EDD Persian Blue

📋 copy color: '#252EDD'

red 37 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #252EDD

Tints of Persian Blue #252EDD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.13%

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

R = 12.17%
G = 15.13%
B = 72.7%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#252EDD (or 0x252EDD) is known color: Persian Blue. HEX triplet: 25, 2E and DD. RGB value is (37,46,221). Sum of RGB (Red+Green+Blue) = 37+46+221=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 221 (86.72% from 255 or 72.70% from 304); Max value from RGB is 221 - color contains mainly: blue. Hex color #252EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252EDD is #DAD122. Grayscale: #3E3E3E. Windows color (decimal): -14340387 or 14495269. OLE color: 14495269.

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

Color convert

RGB 37 46 221 -
CMYK 0.83 0.79 0 0.13
HSL 237.07º 0.73% 0.51% -
HSV(B) 237.07º 0.83% 0.87% -
XYZ 14.79 7.57 69.09 -
YUV 63.26 217.02 109.27 -
System Red Green Blue C M Y K H S L
Decimal 37 46 221 0.83 0.79 0 0.13 237.07 0.73 0.51
Hex 25 2E DD 53 4F 0 D ED 49 33
Octal 45 56 335 123 117 0 15 355 111 63
Binary 100101 101110 11011101 1010011 1001111 0 1101 11101101 1001001 110011

Color Harmonies of #252EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252EDD

Black with #252EDD

Text Example


Text Example

White with #252EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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