Html Css Color HEX #3063DC Royal Blue

📋 copy color: '#3063DC'

red 48 ◦ green 99 ◦ blue 220

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

Shades of Royal Blue #3063DC

Tints of Royal Blue #3063DC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.98%

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

R = 13.08%
G = 26.98%
B = 59.95%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3063DC (or 0x3063DC) is known color: Royal Blue. HEX triplet: 30, 63 and DC. RGB value is (48,99,220). Sum of RGB (Red+Green+Blue) = 48+99+220=367 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.08% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 220 (86.33% from 255 or 59.95% from 367); Max value from RGB is 220 - color contains mainly: blue. Hex color #3063DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3063DC is #CF9C23. Grayscale: #616161. Windows color (decimal): -13605924 or 14443312. OLE color: 14443312.

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

Color convert

RGB 48 99 220 -
CMYK 0.78 0.55 0 0.14
HSL 222.21º 0.71% 0.53% -
HSV(B) 222.21º 0.78% 0.86% -
XYZ 18.6 14.72 69.57 -
YUV 97.55 197.1 92.66 -
System Red Green Blue C M Y K H S L
Decimal 48 99 220 0.78 0.55 0 0.14 222.21 0.71 0.53
Hex 30 63 DC 4E 37 0 E DE 47 35
Octal 60 143 334 116 67 0 16 336 107 65
Binary 110000 1100011 11011100 1001110 110111 0 1110 11011110 1000111 110101

Color Harmonies of #3063DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3063DC

Black with #3063DC

Text Example


Text Example

White with #3063DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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