Html Css Color HEX #3078D7 Royal Blue

📋 copy color: '#3078D7'

red 48 ◦ green 120 ◦ blue 215

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

Shades of Royal Blue #3078D7

Tints of Royal Blue #3078D7

RGB

 RED value IS 48 (19.14% from 255) = 12.53%

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

 BLUE value IS 215 (84.38% from 255) = 56.14%

R = 12.53%
G = 31.33%
B = 56.14%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3078D7 (or 0x3078D7) is known color: Royal Blue. HEX triplet: 30, 78 and D7. RGB value is (48,120,215). Sum of RGB (Red+Green+Blue) = 48+120+215=383 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.53% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #3078D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078D7 is #CF8728. Grayscale: #6C6C6C. Windows color (decimal): -13600553 or 14121008. OLE color: 14121008.

HSL color Cylindrical-coordinate representation of color #3078D7: hue angle of 214.13º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3078D7 is Cyan = 0.78, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 48 120 215 -
CMYK 0.78 0.44 0 0.16
HSL 214.13º 0.68% 0.52% -
HSV(B) 214.13º 0.78% 0.84% -
XYZ 20.2 18.97 66.89 -
YUV 109.3 187.65 84.28 -
System Red Green Blue C M Y K H S L
Decimal 48 120 215 0.78 0.44 0 0.16 214.13 0.68 0.52
Hex 30 78 D7 4E 2C 0 10 D6 44 34
Octal 60 170 327 116 54 0 20 326 104 64
Binary 110000 1111000 11010111 1001110 101100 0 10000 11010110 1000100 110100

Color Harmonies of #3078D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3078D7

Black with #3078D7

Text Example


Text Example

White with #3078D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3078D7; }

 p { color: rgb(48,120,215); }

 H1.HeaderClassName
 {
   color: #3078D7;
 }
 .AnyTagClassName
 {
   color: #3078D7;
 }
</style>

background-color css

<style>
 a { background-color: #3078D7; }

 a { background-color: rgb(48,120,215); }

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

border-color css

<style>
 span { border-color: #3078D7; }

 span { border-color: rgb(48,120,215); }

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