Html Css Color HEX #2575DC Royal Blue

📋 copy color: '#2575DC'

red 37 ◦ green 117 ◦ blue 220

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

Shades of Royal Blue #2575DC

Tints of Royal Blue #2575DC

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.28%

 BLUE value IS 220 (86.33% from 255) = 58.82%

R = 9.89%
G = 31.28%
B = 58.82%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2575DC (or 0x2575DC) is known color: Royal Blue. HEX triplet: 25, 75 and DC. RGB value is (37,117,220). Sum of RGB (Red+Green+Blue) = 37+117+220=374 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.89% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #2575DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575DC is #DA8A23. Grayscale: #686868. Windows color (decimal): -14322212 or 14447909. OLE color: 14447909.

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

Color convert

RGB 37 117 220 -
CMYK 0.83 0.47 0 0.14
HSL 213.77º 0.72% 0.5% -
HSV(B) 213.77º 0.83% 0.86% -
XYZ 20.04 18.28 70.18 -
YUV 104.82 193 79.62 -
System Red Green Blue C M Y K H S L
Decimal 37 117 220 0.83 0.47 0 0.14 213.77 0.72 0.5
Hex 25 75 DC 53 2F 0 E D6 48 32
Octal 45 165 334 123 57 0 16 326 110 62
Binary 100101 1110101 11011100 1010011 101111 0 1110 11010110 1001000 110010

Color Harmonies of #2575DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575DC

Black with #2575DC

Text Example


Text Example

White with #2575DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2575DC; }

 p { color: rgb(37,117,220); }

 H1.HeaderClassName
 {
   color: #2575DC;
 }
 .AnyTagClassName
 {
   color: #2575DC;
 }
</style>

background-color css

<style>
 a { background-color: #2575DC; }

 a { background-color: rgb(37,117,220); }

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

border-color css

<style>
 span { border-color: #2575DC; }

 span { border-color: rgb(37,117,220); }

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