Html Css Color HEX #252DED Persian Blue

📋 copy color: '#252DED'

red 37 ◦ green 45 ◦ blue 237

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

Shades of Persian Blue #252DED

Tints of Persian Blue #252DED

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.11%

 BLUE value IS 237 (92.97% from 255) = 74.29%

R = 11.6%
G = 14.11%
B = 74.29%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#252DED (or 0x252DED) is known color: Persian Blue. HEX triplet: 25, 2D and ED. RGB value is (37,45,237). Sum of RGB (Red+Green+Blue) = 37+45+237=319 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.60% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 237 (92.97% from 255 or 74.29% from 319); Max value from RGB is 237 - color contains mainly: blue. Hex color #252DED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #252DED is #DAD212. Grayscale: #3F3F3F. Windows color (decimal): -14340627 or 15543589. OLE color: 15543589.

HSL color Cylindrical-coordinate representation of color #252DED: hue angle of 237.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #252DED is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 45 237 -
CMYK 0.84 0.81 0 0.07
HSL 237.6º 0.85% 0.54% -
HSV(B) 237.6º 0.84% 0.93% -
XYZ 16.99 8.38 80.84 -
YUV 64.5 225.35 108.39 -
System Red Green Blue C M Y K H S L
Decimal 37 45 237 0.84 0.81 0 0.07 237.6 0.85 0.54
Hex 25 2D ED 54 51 0 7 EE 55 36
Octal 45 55 355 124 121 0 7 356 125 66
Binary 100101 101101 11101101 1010100 1010001 0 111 11101110 1010101 110110

Color Harmonies of #252DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DED

Black with #252DED

Text Example


Text Example

White with #252DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,45,237); }

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

background-color css

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

 a { background-color: rgb(37,45,237); }

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

border-color css

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

 span { border-color: rgb(37,45,237); }

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