Html Css Color HEX #3074DC Royal Blue

📋 copy color: '#3074DC'

red 48 ◦ green 116 ◦ blue 220

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

Shades of Royal Blue #3074DC

Tints of Royal Blue #3074DC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 12.5%
G = 30.21%
B = 57.29%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3074DC (or 0x3074DC) is known color: Royal Blue. HEX triplet: 30, 74 and DC. RGB value is (48,116,220). Sum of RGB (Red+Green+Blue) = 48+116+220=384 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.5% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #3074DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3074DC is #CF8B23. Grayscale: #6B6B6B. Windows color (decimal): -13601572 or 14447664. OLE color: 14447664.

HSL color Cylindrical-coordinate representation of color #3074DC: hue angle of 216.28º 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 #3074DC is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 116 220 -
CMYK 0.78 0.47 0 0.14
HSL 216.28º 0.71% 0.53% -
HSV(B) 216.28º 0.78% 0.86% -
XYZ 20.38 18.29 70.17 -
YUV 107.52 191.47 85.54 -
System Red Green Blue C M Y K H S L
Decimal 48 116 220 0.78 0.47 0 0.14 216.28 0.71 0.53
Hex 30 74 DC 4E 2F 0 E D8 47 35
Octal 60 164 334 116 57 0 16 330 107 65
Binary 110000 1110100 11011100 1001110 101111 0 1110 11011000 1000111 110101

Color Harmonies of #3074DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3074DC

Black with #3074DC

Text Example


Text Example

White with #3074DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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