Html Css Color HEX #3060EC Royal Blue

📋 copy color: '#3060EC'

red 48 ◦ green 96 ◦ blue 236

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

Shades of Royal Blue #3060EC

Tints of Royal Blue #3060EC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.26%

 BLUE value IS 236 (92.58% from 255) = 62.11%

R = 12.63%
G = 25.26%
B = 62.11%

CMYK

 C value IS 0.80

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3060EC (or 0x3060EC) is known color: Royal Blue. HEX triplet: 30, 60 and EC. RGB value is (48,96,236). Sum of RGB (Red+Green+Blue) = 48+96+236=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #3060EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3060EC is #CF9F13. Grayscale: #616161. Windows color (decimal): -13606676 or 15491120. OLE color: 15491120.

HSL color Cylindrical-coordinate representation of color #3060EC: hue angle of 224.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3060EC is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 96 236 -
CMYK 0.80 0.59 0 0.07
HSL 224.68º 0.83% 0.56% -
HSV(B) 224.68º 0.8% 0.93% -
XYZ 20.54 15.05 81.18 -
YUV 97.61 206.1 92.62 -
System Red Green Blue C M Y K H S L
Decimal 48 96 236 0.80 0.59 0 0.07 224.68 0.83 0.56
Hex 30 60 EC 50 3B 0 7 E1 53 38
Octal 60 140 354 120 73 0 7 341 123 70
Binary 110000 1100000 11101100 1010000 111011 0 111 11100001 1010011 111000

Color Harmonies of #3060EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3060EC

Black with #3060EC

Text Example


Text Example

White with #3060EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3060EC; }

 p { color: rgb(48,96,236); }

 H1.HeaderClassName
 {
   color: #3060EC;
 }
 .AnyTagClassName
 {
   color: #3060EC;
 }
</style>

background-color css

<style>
 a { background-color: #3060EC; }

 a { background-color: rgb(48,96,236); }

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

border-color css

<style>
 span { border-color: #3060EC; }

 span { border-color: rgb(48,96,236); }

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