Html Css Color HEX #3050DF Royal Blue

📋 copy color: '#3050DF'

red 48 ◦ green 80 ◦ blue 223

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

Shades of Royal Blue #3050DF

Tints of Royal Blue #3050DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.79%

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

R = 13.68%
G = 22.79%
B = 63.53%

CMYK

 C value IS 0.78

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3050DF (or 0x3050DF) is known color: Royal Blue. HEX triplet: 30, 50 and DF. RGB value is (48,80,223). Sum of RGB (Red+Green+Blue) = 48+80+223=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 223 (87.5% from 255 or 63.53% from 351); Max value from RGB is 223 - color contains mainly: blue. Hex color #3050DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3050DF is #CFAF20. Grayscale: #565656. Windows color (decimal): -13610785 or 14635056. OLE color: 14635056.

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

Color convert

RGB 48 80 223 -
CMYK 0.78 0.64 0 0.13
HSL 229.03º 0.73% 0.53% -
HSV(B) 229.03º 0.78% 0.87% -
XYZ 17.41 11.69 71.15 -
YUV 86.73 204.9 100.37 -
System Red Green Blue C M Y K H S L
Decimal 48 80 223 0.78 0.64 0 0.13 229.03 0.73 0.53
Hex 30 50 DF 4E 40 0 D E5 49 35
Octal 60 120 337 116 100 0 15 345 111 65
Binary 110000 1010000 11011111 1001110 1000000 0 1101 11100101 1001001 110101

Color Harmonies of #3050DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3050DF

Black with #3050DF

Text Example


Text Example

White with #3050DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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