Html Css Color HEX #252DDC Persian Blue

📋 copy color: '#252DDC'

red 37 ◦ green 45 ◦ blue 220

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

Shades of Persian Blue #252DDC

Tints of Persian Blue #252DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 72.85%

R = 12.25%
G = 14.9%
B = 72.85%

CMYK

 C value IS 0.83

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#252DDC (or 0x252DDC) is known color: Persian Blue. HEX triplet: 25, 2D and DC. RGB value is (37,45,220). Sum of RGB (Red+Green+Blue) = 37+45+220=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 45 (17.97% from 255 or 14.90% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #252DDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DDC is #DAD223. Grayscale: #3D3D3D. Windows color (decimal): -14340644 or 14429477. OLE color: 14429477.

HSL color Cylindrical-coordinate representation of color #252DDC: hue angle of 237.38º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #252DDC is Cyan = 0.83, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 45 220 -
CMYK 0.83 0.80 0 0.14
HSL 237.38º 0.72% 0.5% -
HSV(B) 237.38º 0.83% 0.86% -
XYZ 14.62 7.44 68.38 -
YUV 62.56 216.85 109.77 -
System Red Green Blue C M Y K H S L
Decimal 37 45 220 0.83 0.80 0 0.14 237.38 0.72 0.5
Hex 25 2D DC 53 50 0 E ED 48 32
Octal 45 55 334 123 120 0 16 355 110 62
Binary 100101 101101 11011100 1010011 1010000 0 1110 11101101 1001000 110010

Color Harmonies of #252DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DDC

Black with #252DDC

Text Example


Text Example

White with #252DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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