Html Css Color HEX #2575E9 Royal Blue

📋 copy color: '#2575E9'

red 37 ◦ green 117 ◦ blue 233

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

Shades of Royal Blue #2575E9

Tints of Royal Blue #2575E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 60.21%

R = 9.56%
G = 30.23%
B = 60.21%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#2575E9 (or 0x2575E9) is known color: Royal Blue. HEX triplet: 25, 75 and E9. RGB value is (37,117,233). Sum of RGB (Red+Green+Blue) = 37+117+233=387 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.56% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 233 (91.41% from 255 or 60.21% from 387); Max value from RGB is 233 - color contains mainly: blue. Hex color #2575E9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2575E9 is #DA8A16. Grayscale: #696969. Windows color (decimal): -14322199 or 15299877. OLE color: 15299877.

HSL color Cylindrical-coordinate representation of color #2575E9: hue angle of 215.51º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2575E9 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 37 117 233 -
CMYK 0.84 0.50 0 0.09
HSL 215.51º 0.82% 0.53% -
HSV(B) 215.51º 0.84% 0.91% -
XYZ 21.83 19 79.61 -
YUV 106.3 199.5 78.57 -
System Red Green Blue C M Y K H S L
Decimal 37 117 233 0.84 0.50 0 0.09 215.51 0.82 0.53
Hex 25 75 E9 54 32 0 9 D8 52 35
Octal 45 165 351 124 62 0 11 330 122 65
Binary 100101 1110101 11101001 1010100 110010 0 1001 11011000 1010010 110101

Color Harmonies of #2575E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575E9

Black with #2575E9

Text Example


Text Example

White with #2575E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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