Html Css Color HEX #3059FA Royal Blue

📋 copy color: '#3059FA'

red 48 ◦ green 89 ◦ blue 250

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

Shades of Royal Blue #3059FA

Tints of Royal Blue #3059FA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23%

 BLUE value IS 250 (98.05% from 255) = 64.6%

R = 12.4%
G = 23%
B = 64.6%

CMYK

 C value IS 0.81

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3059FA (or 0x3059FA) is known color: Royal Blue. HEX triplet: 30, 59 and FA. RGB value is (48,89,250). Sum of RGB (Red+Green+Blue) = 48+89+250=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 89 (35.16% from 255 or 23.00% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #3059FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3059FA is #CFA605. Grayscale: #5E5E5E. Windows color (decimal): -13608454 or 16406832. OLE color: 16406832.

HSL color Cylindrical-coordinate representation of color #3059FA: hue angle of 227.82º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3059FA is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 89 250 -
CMYK 0.81 0.64 0 0.02
HSL 227.82º 0.95% 0.58% -
HSV(B) 227.82º 0.81% 0.98% -
XYZ 22.05 14.68 92.11 -
YUV 95.1 215.42 94.41 -
System Red Green Blue C M Y K H S L
Decimal 48 89 250 0.81 0.64 0 0.02 227.82 0.95 0.58
Hex 30 59 FA 51 40 0 2 E4 5F 3A
Octal 60 131 372 121 100 0 2 344 137 72
Binary 110000 1011001 11111010 1010001 1000000 0 10 11100100 1011111 111010

Color Harmonies of #3059FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3059FA

Black with #3059FA

Text Example


Text Example

White with #3059FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3059FA; }

 p { color: rgb(48,89,250); }

 H1.HeaderClassName
 {
   color: #3059FA;
 }
 .AnyTagClassName
 {
   color: #3059FA;
 }
</style>

background-color css

<style>
 a { background-color: #3059FA; }

 a { background-color: rgb(48,89,250); }

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

border-color css

<style>
 span { border-color: #3059FA; }

 span { border-color: rgb(48,89,250); }

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