Html Css Color HEX #252ADE Persian Blue

📋 copy color: '#252ADE'

red 37 ◦ green 42 ◦ blue 222

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

Shades of Persian Blue #252ADE

Tints of Persian Blue #252ADE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.95%

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

R = 12.29%
G = 13.95%
B = 73.75%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#252ADE (or 0x252ADE) is known color: Persian Blue. HEX triplet: 25, 2A and DE. RGB value is (37,42,222). Sum of RGB (Red+Green+Blue) = 37+42+222=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 222 (87.11% from 255 or 73.75% from 301); Max value from RGB is 222 - color contains mainly: blue. Hex color #252ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ADE is #DAD521. Grayscale: #3C3C3C. Windows color (decimal): -14341410 or 14559781. OLE color: 14559781.

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

Color convert

RGB 37 42 222 -
CMYK 0.83 0.81 0 0.13
HSL 238.38º 0.74% 0.51% -
HSV(B) 238.38º 0.83% 0.87% -
XYZ 14.78 7.32 69.74 -
YUV 61.03 218.84 110.86 -
System Red Green Blue C M Y K H S L
Decimal 37 42 222 0.83 0.81 0 0.13 238.38 0.74 0.51
Hex 25 2A DE 53 51 0 D EE 4A 33
Octal 45 52 336 123 121 0 15 356 112 63
Binary 100101 101010 11011110 1010011 1010001 0 1101 11101110 1001010 110011

Color Harmonies of #252ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252ADE

Black with #252ADE

Text Example


Text Example

White with #252ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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