Html Css Color HEX #252BDF Persian Blue

📋 copy color: '#252BDF'

red 37 ◦ green 43 ◦ blue 223

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

Shades of Persian Blue #252BDF

Tints of Persian Blue #252BDF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.19%

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

R = 12.21%
G = 14.19%
B = 73.6%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#252BDF (or 0x252BDF) is known color: Persian Blue. HEX triplet: 25, 2B and DF. RGB value is (37,43,223). Sum of RGB (Red+Green+Blue) = 37+43+223=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 223 (87.5% from 255 or 73.60% from 303); Max value from RGB is 223 - color contains mainly: blue. Hex color #252BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252BDF is #DAD420. Grayscale: #3D3D3D. Windows color (decimal): -14341153 or 14625573. OLE color: 14625573.

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

Color convert

RGB 37 43 223 -
CMYK 0.83 0.81 0 0.13
HSL 238.06º 0.74% 0.51% -
HSV(B) 238.06º 0.83% 0.87% -
XYZ 14.95 7.45 70.46 -
YUV 61.73 219.01 110.36 -
System Red Green Blue C M Y K H S L
Decimal 37 43 223 0.83 0.81 0 0.13 238.06 0.74 0.51
Hex 25 2B DF 53 51 0 D EE 4A 33
Octal 45 53 337 123 121 0 15 356 112 63
Binary 100101 101011 11011111 1010011 1010001 0 1101 11101110 1001010 110011

Color Harmonies of #252BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252BDF

Black with #252BDF

Text Example


Text Example

White with #252BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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