Html Css Color HEX #2978EB Royal Blue

📋 copy color: '#2978EB'

red 41 ◦ green 120 ◦ blue 235

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

Shades of Royal Blue #2978EB

Tints of Royal Blue #2978EB

RGB

 RED value IS 41 (16.41% from 255) = 10.35%

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

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

R = 10.35%
G = 30.3%
B = 59.34%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2978EB (or 0x2978EB) is known color: Royal Blue. HEX triplet: 29, 78 and EB. RGB value is (41,120,235). Sum of RGB (Red+Green+Blue) = 41+120+235=396 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.35% from 396); Green value is 120 (47.27% from 255 or 30.30% from 396); Blue value is 235 (92.19% from 255 or 59.34% from 396); Max value from RGB is 235 - color contains mainly: blue. Hex color #2978EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2978EB is #D68714. Grayscale: #6C6C6C. Windows color (decimal): -14059285 or 15431721. OLE color: 15431721.

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

Color convert

RGB 41 120 235 -
CMYK 0.83 0.49 0 0.08
HSL 215.57º 0.83% 0.54% -
HSV(B) 215.57º 0.83% 0.92% -
XYZ 22.63 19.9 81.25 -
YUV 109.49 198.83 79.15 -
System Red Green Blue C M Y K H S L
Decimal 41 120 235 0.83 0.49 0 0.08 215.57 0.83 0.54
Hex 29 78 EB 53 31 0 8 D8 53 36
Octal 51 170 353 123 61 0 10 330 123 66
Binary 101001 1111000 11101011 1010011 110001 0 1000 11011000 1010011 110110

Color Harmonies of #2978EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2978EB

Black with #2978EB

Text Example


Text Example

White with #2978EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,120,235); }

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

background-color css

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

 a { background-color: rgb(41,120,235); }

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

border-color css

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

 span { border-color: rgb(41,120,235); }

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