Html Css Color HEX #2574EB Royal Blue

📋 copy color: '#2574EB'

red 37 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #2574EB

Tints of Royal Blue #2574EB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

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

R = 9.54%
G = 29.9%
B = 60.57%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2574EB (or 0x2574EB) is known color: Royal Blue. HEX triplet: 25, 74 and EB. RGB value is (37,116,235). Sum of RGB (Red+Green+Blue) = 37+116+235=388 (51% of max value = 765). Red value is 37 (14.84% from 255 or 9.54% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #2574EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2574EB is #DA8B14. Grayscale: #696969. Windows color (decimal): -14322453 or 15430693. OLE color: 15430693.

HSL color Cylindrical-coordinate representation of color #2574EB: hue angle of 216.06º 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 #2574EB is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 116 235 -
CMYK 0.84 0.51 0 0.08
HSL 216.06º 0.83% 0.53% -
HSV(B) 216.06º 0.84% 0.92% -
XYZ 22 18.88 81.08 -
YUV 105.95 200.83 78.82 -
System Red Green Blue C M Y K H S L
Decimal 37 116 235 0.84 0.51 0 0.08 216.06 0.83 0.53
Hex 25 74 EB 54 33 0 8 D8 53 35
Octal 45 164 353 124 63 0 10 330 123 65
Binary 100101 1110100 11101011 1010100 110011 0 1000 11011000 1010011 110101

Color Harmonies of #2574EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2574EB

Black with #2574EB

Text Example


Text Example

White with #2574EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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