Html Css Color HEX #3070DC Royal Blue

📋 copy color: '#3070DC'

red 48 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #3070DC

Tints of Royal Blue #3070DC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

 BLUE value IS 220 (86.33% from 255) = 57.89%

R = 12.63%
G = 29.47%
B = 57.89%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3070DC (or 0x3070DC) is known color: Royal Blue. HEX triplet: 30, 70 and DC. RGB value is (48,112,220). Sum of RGB (Red+Green+Blue) = 48+112+220=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #3070DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3070DC is #CF8F23. Grayscale: #686868. Windows color (decimal): -13602596 or 14446640. OLE color: 14446640.

HSL color Cylindrical-coordinate representation of color #3070DC: hue angle of 217.67º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3070DC is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 112 220 -
CMYK 0.78 0.49 0 0.14
HSL 217.67º 0.71% 0.53% -
HSV(B) 217.67º 0.78% 0.86% -
XYZ 19.93 17.38 70.02 -
YUV 105.18 192.8 87.22 -
System Red Green Blue C M Y K H S L
Decimal 48 112 220 0.78 0.49 0 0.14 217.67 0.71 0.53
Hex 30 70 DC 4E 31 0 E DA 47 35
Octal 60 160 334 116 61 0 16 332 107 65
Binary 110000 1110000 11011100 1001110 110001 0 1110 11011010 1000111 110101

Color Harmonies of #3070DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3070DC

Black with #3070DC

Text Example


Text Example

White with #3070DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3070DC; }

 p { color: rgb(48,112,220); }

 H1.HeaderClassName
 {
   color: #3070DC;
 }
 .AnyTagClassName
 {
   color: #3070DC;
 }
</style>

background-color css

<style>
 a { background-color: #3070DC; }

 a { background-color: rgb(48,112,220); }

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

border-color css

<style>
 span { border-color: #3070DC; }

 span { border-color: rgb(48,112,220); }

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