Html Css Color HEX #3068DC Royal Blue

📋 copy color: '#3068DC'

red 48 ◦ green 104 ◦ blue 220

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

Shades of Royal Blue #3068DC

Tints of Royal Blue #3068DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

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

R = 12.9%
G = 27.96%
B = 59.14%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3068DC (or 0x3068DC) is known color: Royal Blue. HEX triplet: 30, 68 and DC. RGB value is (48,104,220). Sum of RGB (Red+Green+Blue) = 48+104+220=372 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.90% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #3068DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3068DC is #CF9723. Grayscale: #636363. Windows color (decimal): -13604644 or 14444592. OLE color: 14444592.

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

Color convert

RGB 48 104 220 -
CMYK 0.78 0.53 0 0.14
HSL 220.47º 0.71% 0.53% -
HSV(B) 220.47º 0.78% 0.86% -
XYZ 19.09 15.7 69.73 -
YUV 100.48 195.45 90.57 -
System Red Green Blue C M Y K H S L
Decimal 48 104 220 0.78 0.53 0 0.14 220.47 0.71 0.53
Hex 30 68 DC 4E 35 0 E DC 47 35
Octal 60 150 334 116 65 0 16 334 107 65
Binary 110000 1101000 11011100 1001110 110101 0 1110 11011100 1000111 110101

Color Harmonies of #3068DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3068DC

Black with #3068DC

Text Example


Text Example

White with #3068DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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