Html Css Color HEX #3078D4 Royal Blue

📋 copy color: '#3078D4'

red 48 ◦ green 120 ◦ blue 212

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

Shades of Royal Blue #3078D4

Tints of Royal Blue #3078D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 55.79%

R = 12.63%
G = 31.58%
B = 55.79%

CMYK

 C value IS 0.77

 M value IS 0.43

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#3078D4 (or 0x3078D4) is known color: Royal Blue. HEX triplet: 30, 78 and D4. RGB value is (48,120,212). Sum of RGB (Red+Green+Blue) = 48+120+212=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 212 (83.20% from 255 or 55.79% from 380); Max value from RGB is 212 - color contains mainly: blue. Hex color #3078D4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3078D4 is #CF872B. Grayscale: #6C6C6C. Windows color (decimal): -13600556 or 13924400. OLE color: 13924400.

HSL color Cylindrical-coordinate representation of color #3078D4: hue angle of 213.66º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3078D4 is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 48 120 212 -
CMYK 0.77 0.43 0 0.17
HSL 213.66º 0.66% 0.51% -
HSV(B) 213.66º 0.77% 0.83% -
XYZ 19.82 18.81 64.87 -
YUV 108.96 186.15 84.52 -
System Red Green Blue C M Y K H S L
Decimal 48 120 212 0.77 0.43 0 0.17 213.66 0.66 0.51
Hex 30 78 D4 4D 2B 0 11 D6 42 33
Octal 60 170 324 115 53 0 21 326 102 63
Binary 110000 1111000 11010100 1001101 101011 0 10001 11010110 1000010 110011

Color Harmonies of #3078D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3078D4

Black with #3078D4

Text Example


Text Example

White with #3078D4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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