Html Css Color HEX #252FDF Persian Blue

📋 copy color: '#252FDF'

red 37 ◦ green 47 ◦ blue 223

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

Shades of Persian Blue #252FDF

Tints of Persian Blue #252FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 12.05%
G = 15.31%
B = 72.64%

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

#252FDF (or 0x252FDF) is known color: Persian Blue. HEX triplet: 25, 2F and DF. RGB value is (37,47,223). Sum of RGB (Red+Green+Blue) = 37+47+223=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #252FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252FDF is #DAD020. Grayscale: #3F3F3F. Windows color (decimal): -14340129 or 14626597. OLE color: 14626597.

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

Color convert

RGB 37 47 223 -
CMYK 0.83 0.79 0 0.13
HSL 236.77º 0.74% 0.51% -
HSV(B) 236.77º 0.83% 0.87% -
XYZ 15.1 7.75 70.51 -
YUV 64.07 217.69 108.69 -
System Red Green Blue C M Y K H S L
Decimal 37 47 223 0.83 0.79 0 0.13 236.77 0.74 0.51
Hex 25 2F DF 53 4F 0 D ED 4A 33
Octal 45 57 337 123 117 0 15 355 112 63
Binary 100101 101111 11011111 1010011 1001111 0 1101 11101101 1001010 110011

Color Harmonies of #252FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252FDF

Black with #252FDF

Text Example


Text Example

White with #252FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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