Html Css Color HEX #252DCF Persian Blue

📋 copy color: '#252DCF'

red 37 ◦ green 45 ◦ blue 207

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

Shades of Persian Blue #252DCF

Tints of Persian Blue #252DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 12.8%
G = 15.57%
B = 71.63%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#252DCF (or 0x252DCF) is known color: Persian Blue. HEX triplet: 25, 2D and CF. RGB value is (37,45,207). Sum of RGB (Red+Green+Blue) = 37+45+207=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #252DCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #252DCF is #DAD230. Grayscale: #3C3C3C. Windows color (decimal): -14340657 or 13577509. OLE color: 13577509.

HSL color Cylindrical-coordinate representation of color #252DCF: hue angle of 237.18º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #252DCF is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 45 207 -
CMYK 0.82 0.78 0 0.19
HSL 237.18º 0.7% 0.48% -
HSV(B) 237.18º 0.82% 0.81% -
XYZ 12.96 6.78 59.66 -
YUV 61.08 210.35 110.83 -
System Red Green Blue C M Y K H S L
Decimal 37 45 207 0.82 0.78 0 0.19 237.18 0.7 0.48
Hex 25 2D CF 52 4E 0 13 ED 46 30
Octal 45 55 317 122 116 0 23 355 106 60
Binary 100101 101101 11001111 1010010 1001110 0 10011 11101101 1000110 110000

Color Harmonies of #252DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252DCF

Black with #252DCF

Text Example


Text Example

White with #252DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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