Html Css Color HEX #3D80DA Royal Blue

📋 copy color: '#3D80DA'

red 61 ◦ green 128 ◦ blue 218

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

Shades of Royal Blue #3D80DA

Tints of Royal Blue #3D80DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.56%

R = 14.99%
G = 31.45%
B = 53.56%

CMYK

 C value IS 0.72

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3D80DA (or 0x3D80DA) is known color: Royal Blue. HEX triplet: 3D, 80 and DA. RGB value is (61,128,218). Sum of RGB (Red+Green+Blue) = 61+128+218=407 (53% of max value = 765). Red value is 61 (24.22% from 255 or 14.99% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 218 (85.55% from 255 or 53.56% from 407); Max value from RGB is 218 - color contains mainly: blue. Hex color #3D80DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D80DA is #C27F25. Grayscale: #757575. Windows color (decimal): -12746534 or 14319677. OLE color: 14319677.

HSL color Cylindrical-coordinate representation of color #3D80DA: hue angle of 214.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D80DA is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 61 128 218 -
CMYK 0.72 0.41 0 0.15
HSL 214.39º 0.68% 0.55% -
HSV(B) 214.39º 0.72% 0.85% -
XYZ 22.3 21.49 69.3 -
YUV 118.23 184.3 87.18 -
System Red Green Blue C M Y K H S L
Decimal 61 128 218 0.72 0.41 0 0.15 214.39 0.68 0.55
Hex 3D 80 DA 48 29 0 F D6 44 37
Octal 75 200 332 110 51 0 17 326 104 67
Binary 111101 10000000 11011010 1001000 101001 0 1111 11010110 1000100 110111

Color Harmonies of #3D80DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D80DA

Black with #3D80DA

Text Example


Text Example

White with #3D80DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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