Html Css Color HEX #252ADA Persian Blue

📋 copy color: '#252ADA'

red 37 ◦ green 42 ◦ blue 218

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

Shades of Persian Blue #252ADA

Tints of Persian Blue #252ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 73.4%

R = 12.46%
G = 14.14%
B = 73.4%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#252ADA (or 0x252ADA) is known color: Persian Blue. HEX triplet: 25, 2A and DA. RGB value is (37,42,218). Sum of RGB (Red+Green+Blue) = 37+42+218=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 42 (16.80% from 255 or 14.14% from 297); Blue value is 218 (85.55% from 255 or 73.40% from 297); Max value from RGB is 218 - color contains mainly: blue. Hex color #252ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252ADA is #DAD525. Grayscale: #3B3B3B. Windows color (decimal): -14341414 or 14297637. OLE color: 14297637.

HSL color Cylindrical-coordinate representation of color #252ADA: hue angle of 238.34º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252ADA is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 42 218 -
CMYK 0.83 0.81 0 0.15
HSL 238.34º 0.71% 0.5% -
HSV(B) 238.34º 0.83% 0.85% -
XYZ 14.25 7.11 66.95 -
YUV 60.57 216.84 111.19 -
System Red Green Blue C M Y K H S L
Decimal 37 42 218 0.83 0.81 0 0.15 238.34 0.71 0.5
Hex 25 2A DA 53 51 0 F EE 47 32
Octal 45 52 332 123 121 0 17 356 107 62
Binary 100101 101010 11011010 1010011 1010001 0 1111 11101110 1000111 110010

Color Harmonies of #252ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252ADA

Black with #252ADA

Text Example


Text Example

White with #252ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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