Html Css Color HEX #3060FF Royal Blue

📋 copy color: '#3060FF'

red 48 ◦ green 96 ◦ blue 255

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

Shades of Royal Blue #3060FF

Tints of Royal Blue #3060FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.91%

R = 12.03%
G = 24.06%
B = 63.91%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3060FF (or 0x3060FF) is known color: Royal Blue. HEX triplet: 30, 60 and FF. RGB value is (48,96,255). Sum of RGB (Red+Green+Blue) = 48+96+255=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #3060FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3060FF is #CF9F00. Grayscale: #636363. Windows color (decimal): -13606657 or 16736304. OLE color: 16736304.

HSL color Cylindrical-coordinate representation of color #3060FF: hue angle of 226.09º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3060FF is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 48 96 255 -
CMYK 0.81 0.62 0 0
HSL 226.09º 1% 0.59% -
HSV(B) 226.09º 0.81% 1% -
XYZ 23.45 16.21 96.5 -
YUV 99.77 215.6 91.07 -
System Red Green Blue C M Y K H S L
Decimal 48 96 255 0.81 0.62 0 0 226.09 1 0.59
Hex 30 60 FF 51 3E 0 0 E2 64 3B
Octal 60 140 377 121 76 0 0 342 144 73
Binary 110000 1100000 11111111 1010001 111110 0 0 11100010 1100100 111011

Color Harmonies of #3060FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3060FF

Black with #3060FF

Text Example


Text Example

White with #3060FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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