Html Css Color HEX #3076FB Royal Blue

📋 copy color: '#3076FB'

red 48 ◦ green 118 ◦ blue 251

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

Shades of Royal Blue #3076FB

Tints of Royal Blue #3076FB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

 BLUE value IS 251 (98.44% from 255) = 60.19%

R = 11.51%
G = 28.3%
B = 60.19%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3076FB (or 0x3076FB) is known color: Royal Blue. HEX triplet: 30, 76 and FB. RGB value is (48,118,251). Sum of RGB (Red+Green+Blue) = 48+118+251=417 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.51% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 251 (98.44% from 255 or 60.19% from 417); Max value from RGB is 251 - color contains mainly: blue. Hex color #3076FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3076FB is #CF8904. Grayscale: #6F6F6F. Windows color (decimal): -13601029 or 16479792. OLE color: 16479792.

HSL color Cylindrical-coordinate representation of color #3076FB: hue angle of 219.31º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3076FB is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 118 251 -
CMYK 0.81 0.53 0 0.02
HSL 219.31º 0.96% 0.59% -
HSV(B) 219.31º 0.81% 0.98% -
XYZ 25.11 20.55 93.91 -
YUV 112.23 206.31 82.19 -
System Red Green Blue C M Y K H S L
Decimal 48 118 251 0.81 0.53 0 0.02 219.31 0.96 0.59
Hex 30 76 FB 51 35 0 2 DB 60 3B
Octal 60 166 373 121 65 0 2 333 140 73
Binary 110000 1110110 11111011 1010001 110101 0 10 11011011 1100000 111011

Color Harmonies of #3076FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3076FB

Black with #3076FB

Text Example


Text Example

White with #3076FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3076FB; }

 p { color: rgb(48,118,251); }

 H1.HeaderClassName
 {
   color: #3076FB;
 }
 .AnyTagClassName
 {
   color: #3076FB;
 }
</style>

background-color css

<style>
 a { background-color: #3076FB; }

 a { background-color: rgb(48,118,251); }

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

border-color css

<style>
 span { border-color: #3076FB; }

 span { border-color: rgb(48,118,251); }

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