Html Css Color HEX #252AD8 Persian Blue

📋 copy color: '#252AD8'

red 37 ◦ green 42 ◦ blue 216

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

Shades of Persian Blue #252AD8

Tints of Persian Blue #252AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 73.22%

R = 12.54%
G = 14.24%
B = 73.22%

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

#252AD8 (or 0x252AD8) is known color: Persian Blue. HEX triplet: 25, 2A and D8. RGB value is (37,42,216). Sum of RGB (Red+Green+Blue) = 37+42+216=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 216 (84.77% from 255 or 73.22% from 295); Max value from RGB is 216 - color contains mainly: blue. Hex color #252AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252AD8 is #DAD527. Grayscale: #3B3B3B. Windows color (decimal): -14341416 or 14166565. OLE color: 14166565.

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

Color convert

RGB 37 42 216 -
CMYK 0.83 0.81 0 0.15
HSL 238.32º 0.71% 0.5% -
HSV(B) 238.32º 0.83% 0.85% -
XYZ 13.99 7.01 65.58 -
YUV 60.34 215.84 111.35 -
System Red Green Blue C M Y K H S L
Decimal 37 42 216 0.83 0.81 0 0.15 238.32 0.71 0.5
Hex 25 2A D8 53 51 0 F EE 47 32
Octal 45 52 330 123 121 0 17 356 107 62
Binary 100101 101010 11011000 1010011 1010001 0 1111 11101110 1000111 110010

Color Harmonies of #252AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252AD8

Black with #252AD8

Text Example


Text Example

White with #252AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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