Html Css Color HEX #2575EB Royal Blue

📋 copy color: '#2575EB'

red 37 ◦ green 117 ◦ blue 235

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

Shades of Royal Blue #2575EB

Tints of Royal Blue #2575EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 60.41%

R = 9.51%
G = 30.08%
B = 60.41%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2575EB (or 0x2575EB) is known color: Royal Blue. HEX triplet: 25, 75 and EB. RGB value is (37,117,235). Sum of RGB (Red+Green+Blue) = 37+117+235=389 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.51% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 235 (92.19% from 255 or 60.41% from 389); Max value from RGB is 235 - color contains mainly: blue. Hex color #2575EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2575EB is #DA8A14. Grayscale: #696969. Windows color (decimal): -14322197 or 15430949. OLE color: 15430949.

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

Color convert

RGB 37 117 235 -
CMYK 0.84 0.50 0 0.08
HSL 215.76º 0.83% 0.53% -
HSV(B) 215.76º 0.84% 0.92% -
XYZ 22.12 19.11 81.12 -
YUV 106.53 200.5 78.41 -
System Red Green Blue C M Y K H S L
Decimal 37 117 235 0.84 0.50 0 0.08 215.76 0.83 0.53
Hex 25 75 EB 54 32 0 8 D8 53 35
Octal 45 165 353 124 62 0 10 330 123 65
Binary 100101 1110101 11101011 1010100 110010 0 1000 11011000 1010011 110101

Color Harmonies of #2575EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2575EB

Black with #2575EB

Text Example


Text Example

White with #2575EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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