Html Css Color HEX #252DDB Persian Blue

📋 copy color: '#252DDB'

red 37 ◦ green 45 ◦ blue 219

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

Shades of Persian Blue #252DDB

Tints of Persian Blue #252DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.76%

R = 12.29%
G = 14.95%
B = 72.76%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#252DDB (or 0x252DDB) is known color: Persian Blue. HEX triplet: 25, 2D and DB. RGB value is (37,45,219). Sum of RGB (Red+Green+Blue) = 37+45+219=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 45 (17.97% from 255 or 14.95% from 301); Blue value is 219 (85.94% from 255 or 72.76% from 301); Max value from RGB is 219 - color contains mainly: blue. Hex color #252DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DDB is #DAD224. Grayscale: #3D3D3D. Windows color (decimal): -14340645 or 14363941. OLE color: 14363941.

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

Color convert

RGB 37 45 219 -
CMYK 0.83 0.79 0 0.14
HSL 237.36º 0.72% 0.5% -
HSV(B) 237.36º 0.83% 0.86% -
XYZ 14.49 7.38 67.68 -
YUV 62.44 216.35 109.85 -
System Red Green Blue C M Y K H S L
Decimal 37 45 219 0.83 0.79 0 0.14 237.36 0.72 0.5
Hex 25 2D DB 53 4F 0 E ED 48 32
Octal 45 55 333 123 117 0 16 355 110 62
Binary 100101 101101 11011011 1010011 1001111 0 1110 11101101 1001000 110010

Color Harmonies of #252DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DDB

Black with #252DDB

Text Example


Text Example

White with #252DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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