Html Css Color HEX #3084DF Royal Blue

📋 copy color: '#3084DF'

red 48 ◦ green 132 ◦ blue 223

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

Shades of Royal Blue #3084DF

Tints of Royal Blue #3084DF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.75%

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 11.91%
G = 32.75%
B = 55.33%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3084DF (or 0x3084DF) is known color: Royal Blue. HEX triplet: 30, 84 and DF. RGB value is (48,132,223). Sum of RGB (Red+Green+Blue) = 48+132+223=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 132 (51.95% from 255 or 32.75% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #3084DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3084DF is #CF7B20. Grayscale: #747474. Windows color (decimal): -13597473 or 14648368. OLE color: 14648368.

HSL color Cylindrical-coordinate representation of color #3084DF: hue angle of 211.2º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3084DF is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 132 223 -
CMYK 0.78 0.41 0 0.13
HSL 211.2º 0.73% 0.53% -
HSV(B) 211.2º 0.78% 0.87% -
XYZ 22.79 22.46 72.95 -
YUV 117.26 187.67 78.6 -
System Red Green Blue C M Y K H S L
Decimal 48 132 223 0.78 0.41 0 0.13 211.2 0.73 0.53
Hex 30 84 DF 4E 29 0 D D3 49 35
Octal 60 204 337 116 51 0 15 323 111 65
Binary 110000 10000100 11011111 1001110 101001 0 1101 11010011 1001001 110101

Color Harmonies of #3084DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3084DF

Black with #3084DF

Text Example


Text Example

White with #3084DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3084DF; }

 p { color: rgb(48,132,223); }

 H1.HeaderClassName
 {
   color: #3084DF;
 }
 .AnyTagClassName
 {
   color: #3084DF;
 }
</style>

background-color css

<style>
 a { background-color: #3084DF; }

 a { background-color: rgb(48,132,223); }

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

border-color css

<style>
 span { border-color: #3084DF; }

 span { border-color: rgb(48,132,223); }

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