Html Css Color HEX #2578DD Royal Blue

📋 copy color: '#2578DD'

red 37 ◦ green 120 ◦ blue 221

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

Shades of Royal Blue #2578DD

Tints of Royal Blue #2578DD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.75%

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

R = 9.79%
G = 31.75%
B = 58.47%

CMYK

 C value IS 0.83

 M value IS 0.46

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2578DD (or 0x2578DD) is known color: Royal Blue. HEX triplet: 25, 78 and DD. RGB value is (37,120,221). Sum of RGB (Red+Green+Blue) = 37+120+221=378 (50% of max value = 765). Red value is 37 (14.84% from 255 or 9.79% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 221 (86.72% from 255 or 58.47% from 378); Max value from RGB is 221 - color contains mainly: blue. Hex color #2578DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2578DD is #DA8722. Grayscale: #6A6A6A. Windows color (decimal): -14321443 or 14514213. OLE color: 14514213.

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

Color convert

RGB 37 120 221 -
CMYK 0.83 0.46 0 0.13
HSL 212.93º 0.73% 0.51% -
HSV(B) 212.93º 0.83% 0.87% -
XYZ 20.53 19.05 71 -
YUV 106.7 192.5 78.29 -
System Red Green Blue C M Y K H S L
Decimal 37 120 221 0.83 0.46 0 0.13 212.93 0.73 0.51
Hex 25 78 DD 53 2E 0 D D5 49 33
Octal 45 170 335 123 56 0 15 325 111 63
Binary 100101 1111000 11011101 1010011 101110 0 1101 11010101 1001001 110011

Color Harmonies of #2578DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2578DD

Black with #2578DD

Text Example


Text Example

White with #2578DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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