Html Css Color HEX #2575DA Royal Blue

📋 copy color: '#2575DA'

red 37 ◦ green 117 ◦ blue 218

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

Shades of Royal Blue #2575DA

Tints of Royal Blue #2575DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.6%

R = 9.95%
G = 31.45%
B = 58.6%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2575DA (or 0x2575DA) is known color: Royal Blue. HEX triplet: 25, 75 and DA. RGB value is (37,117,218). Sum of RGB (Red+Green+Blue) = 37+117+218=372 (49% of max value = 765). Red value is 37 (14.84% from 255 or 9.95% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 218 (85.55% from 255 or 58.60% from 372); Max value from RGB is 218 - color contains mainly: blue. Hex color #2575DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2575DA is #DA8A25. Grayscale: #686868. Windows color (decimal): -14322214 or 14316837. OLE color: 14316837.

HSL color Cylindrical-coordinate representation of color #2575DA: hue angle of 213.48º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2575DA is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 117 218 -
CMYK 0.83 0.46 0 0.15
HSL 213.48º 0.71% 0.5% -
HSV(B) 213.48º 0.83% 0.85% -
XYZ 19.78 18.18 68.8 -
YUV 104.59 192 79.79 -
System Red Green Blue C M Y K H S L
Decimal 37 117 218 0.83 0.46 0 0.15 213.48 0.71 0.5
Hex 25 75 DA 53 2E 0 F D5 47 32
Octal 45 165 332 123 56 0 17 325 107 62
Binary 100101 1110101 11011010 1010011 101110 0 1111 11010101 1000111 110010

Color Harmonies of #2575DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575DA

Black with #2575DA

Text Example


Text Example

White with #2575DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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