Html Css Color HEX #252FDD Persian Blue

📋 copy color: '#252FDD'

red 37 ◦ green 47 ◦ blue 221

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

Shades of Persian Blue #252FDD

Tints of Persian Blue #252FDD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

 BLUE value IS 221 (86.72% from 255) = 72.46%

R = 12.13%
G = 15.41%
B = 72.46%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#252FDD (or 0x252FDD) is known color: Persian Blue. HEX triplet: 25, 2F and DD. RGB value is (37,47,221). Sum of RGB (Red+Green+Blue) = 37+47+221=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #252FDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FDD is #DAD022. Grayscale: #3F3F3F. Windows color (decimal): -14340131 or 14495525. OLE color: 14495525.

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

Color convert

RGB 37 47 221 -
CMYK 0.83 0.79 0 0.13
HSL 236.74º 0.73% 0.51% -
HSV(B) 236.74º 0.83% 0.87% -
XYZ 14.83 7.65 69.1 -
YUV 63.85 216.69 108.85 -
System Red Green Blue C M Y K H S L
Decimal 37 47 221 0.83 0.79 0 0.13 236.74 0.73 0.51
Hex 25 2F DD 53 4F 0 D ED 49 33
Octal 45 57 335 123 117 0 15 355 111 63
Binary 100101 101111 11011101 1010011 1001111 0 1101 11101101 1001001 110011

Color Harmonies of #252FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FDD

Black with #252FDD

Text Example


Text Example

White with #252FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,47,221); }

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

background-color css

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

 a { background-color: rgb(37,47,221); }

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

border-color css

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

 span { border-color: rgb(37,47,221); }

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