Html Css Color HEX #3083DF Royal Blue

📋 copy color: '#3083DF'

red 48 ◦ green 131 ◦ blue 223

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

Shades of Royal Blue #3083DF

Tints of Royal Blue #3083DF

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

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

R = 11.94%
G = 32.59%
B = 55.47%

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

#3083DF (or 0x3083DF) is known color: Royal Blue. HEX triplet: 30, 83 and DF. RGB value is (48,131,223). Sum of RGB (Red+Green+Blue) = 48+131+223=402 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.94% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #3083DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3083DF is #CF7C20. Grayscale: #747474. Windows color (decimal): -13597729 or 14648112. OLE color: 14648112.

HSL color Cylindrical-coordinate representation of color #3083DF: hue angle of 211.54º 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 #3083DF is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 131 223 -
CMYK 0.78 0.41 0 0.13
HSL 211.54º 0.73% 0.53% -
HSV(B) 211.54º 0.78% 0.87% -
XYZ 22.65 22.19 72.9 -
YUV 116.67 188 79.02 -
System Red Green Blue C M Y K H S L
Decimal 48 131 223 0.78 0.41 0 0.13 211.54 0.73 0.53
Hex 30 83 DF 4E 29 0 D D4 49 35
Octal 60 203 337 116 51 0 15 324 111 65
Binary 110000 10000011 11011111 1001110 101001 0 1101 11010100 1001001 110101

Color Harmonies of #3083DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3083DF

Black with #3083DF

Text Example


Text Example

White with #3083DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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