Html Css Color HEX #3D80DF Royal Blue

📋 copy color: '#3D80DF'

red 61 ◦ green 128 ◦ blue 223

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

Shades of Royal Blue #3D80DF

Tints of Royal Blue #3D80DF

RGB

 RED value IS 61 (24.22% from 255) = 14.81%

 GREEN value IS 128 (50.39% from 255) = 31.07%

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

R = 14.81%
G = 31.07%
B = 54.13%

CMYK

 C value IS 0.73

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D80DF (or 0x3D80DF) is known color: Royal Blue. HEX triplet: 3D, 80 and DF. RGB value is (61,128,223). Sum of RGB (Red+Green+Blue) = 61+128+223=412 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.81% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D80DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D80DF is #C27F20. Grayscale: #767676. Windows color (decimal): -12746529 or 14647357. OLE color: 14647357.

HSL color Cylindrical-coordinate representation of color #3D80DF: hue angle of 215.19º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3D80DF is Cyan = 0.73, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 128 223 -
CMYK 0.73 0.43 0 0.13
HSL 215.19º 0.72% 0.56% -
HSV(B) 215.19º 0.73% 0.87% -
XYZ 22.96 21.76 72.8 -
YUV 118.8 186.8 86.78 -
System Red Green Blue C M Y K H S L
Decimal 61 128 223 0.73 0.43 0 0.13 215.19 0.72 0.56
Hex 3D 80 DF 49 2B 0 D D7 48 38
Octal 75 200 337 111 53 0 15 327 110 70
Binary 111101 10000000 11011111 1001001 101011 0 1101 11010111 1001000 111000

Color Harmonies of #3D80DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D80DF

Black with #3D80DF

Text Example


Text Example

White with #3D80DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D80DF; }

 p { color: rgb(61,128,223); }

 H1.HeaderClassName
 {
   color: #3D80DF;
 }
 .AnyTagClassName
 {
   color: #3D80DF;
 }
</style>

background-color css

<style>
 a { background-color: #3D80DF; }

 a { background-color: rgb(61,128,223); }

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

border-color css

<style>
 span { border-color: #3D80DF; }

 span { border-color: rgb(61,128,223); }

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