Html Css Color HEX #252DD8 Persian Blue

📋 copy color: '#252DD8'

red 37 ◦ green 45 ◦ blue 216

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

Shades of Persian Blue #252DD8

Tints of Persian Blue #252DD8

RGB

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

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

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

R = 12.42%
G = 15.1%
B = 72.48%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#252DD8 (or 0x252DD8) is known color: Persian Blue. HEX triplet: 25, 2D and D8. RGB value is (37,45,216). Sum of RGB (Red+Green+Blue) = 37+45+216=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 216 (84.77% from 255 or 72.48% from 298); Max value from RGB is 216 - color contains mainly: blue. Hex color #252DD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DD8 is #DAD227. Grayscale: #3D3D3D. Windows color (decimal): -14340648 or 14167333. OLE color: 14167333.

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

Color convert

RGB 37 45 216 -
CMYK 0.83 0.79 0 0.15
HSL 237.32º 0.71% 0.5% -
HSV(B) 237.32º 0.83% 0.85% -
XYZ 14.1 7.23 65.62 -
YUV 62.1 214.85 110.1 -
System Red Green Blue C M Y K H S L
Decimal 37 45 216 0.83 0.79 0 0.15 237.32 0.71 0.5
Hex 25 2D D8 53 4F 0 F ED 47 32
Octal 45 55 330 123 117 0 17 355 107 62
Binary 100101 101101 11011000 1010011 1001111 0 1111 11101101 1000111 110010

Color Harmonies of #252DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DD8

Black with #252DD8

Text Example


Text Example

White with #252DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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