Html Css Color HEX #2575DD Royal Blue

📋 copy color: '#2575DD'

red 37 ◦ green 117 ◦ blue 221

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

Shades of Royal Blue #2575DD

Tints of Royal Blue #2575DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 58.93%

R = 9.87%
G = 31.2%
B = 58.93%

CMYK

 C value IS 0.83

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2575DD (or 0x2575DD) is known color: Royal Blue. HEX triplet: 25, 75 and DD. RGB value is (37,117,221). Sum of RGB (Red+Green+Blue) = 37+117+221=375 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.87% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 221 (86.72% from 255 or 58.93% from 375); Max value from RGB is 221 - color contains mainly: blue. Hex color #2575DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575DD is #DA8A22. Grayscale: #686868. Windows color (decimal): -14322211 or 14513445. OLE color: 14513445.

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

Color convert

RGB 37 117 221 -
CMYK 0.83 0.47 0 0.13
HSL 213.91º 0.73% 0.51% -
HSV(B) 213.91º 0.83% 0.87% -
XYZ 20.18 18.34 70.88 -
YUV 104.94 193.5 79.54 -
System Red Green Blue C M Y K H S L
Decimal 37 117 221 0.83 0.47 0 0.13 213.91 0.73 0.51
Hex 25 75 DD 53 2F 0 D D6 49 33
Octal 45 165 335 123 57 0 15 326 111 63
Binary 100101 1110101 11011101 1010011 101111 0 1101 11010110 1001001 110011

Color Harmonies of #2575DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575DD

Black with #2575DD

Text Example


Text Example

White with #2575DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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