Html Css Color HEX #3078EF Royal Blue

📋 copy color: '#3078EF'

red 48 ◦ green 120 ◦ blue 239

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

Shades of Royal Blue #3078EF

Tints of Royal Blue #3078EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.72%

R = 11.79%
G = 29.48%
B = 58.72%

CMYK

 C value IS 0.80

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3078EF (or 0x3078EF) is known color: Royal Blue. HEX triplet: 30, 78 and EF. RGB value is (48,120,239). Sum of RGB (Red+Green+Blue) = 48+120+239=407 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.79% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #3078EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3078EF is #CF8710. Grayscale: #6F6F6F. Windows color (decimal): -13600529 or 15693872. OLE color: 15693872.

HSL color Cylindrical-coordinate representation of color #3078EF: hue angle of 217.38º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3078EF is Cyan = 0.80, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 120 239 -
CMYK 0.80 0.50 0 0.06
HSL 217.38º 0.86% 0.56% -
HSV(B) 217.38º 0.8% 0.94% -
XYZ 23.52 20.29 84.34 -
YUV 112.04 199.65 82.32 -
System Red Green Blue C M Y K H S L
Decimal 48 120 239 0.80 0.50 0 0.06 217.38 0.86 0.56
Hex 30 78 EF 50 32 0 6 D9 56 38
Octal 60 170 357 120 62 0 6 331 126 70
Binary 110000 1111000 11101111 1010000 110010 0 110 11011001 1010110 111000

Color Harmonies of #3078EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3078EF

Black with #3078EF

Text Example


Text Example

White with #3078EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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