Html Css Color HEX #3D83DB Royal Blue

📋 copy color: '#3D83DB'

red 61 ◦ green 131 ◦ blue 219

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

Shades of Royal Blue #3D83DB

Tints of Royal Blue #3D83DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 53.28%

R = 14.84%
G = 31.87%
B = 53.28%

CMYK

 C value IS 0.72

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D83DB (or 0x3D83DB) is known color: Royal Blue. HEX triplet: 3D, 83 and DB. RGB value is (61,131,219). Sum of RGB (Red+Green+Blue) = 61+131+219=411 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.84% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D83DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D83DB is #C27C24. Grayscale: #777777. Windows color (decimal): -12745765 or 14385981. OLE color: 14385981.

HSL color Cylindrical-coordinate representation of color #3D83DB: hue angle of 213.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D83DB is Cyan = 0.72, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 131 219 -
CMYK 0.72 0.40 0 0.14
HSL 213.42º 0.69% 0.55% -
HSV(B) 213.42º 0.72% 0.86% -
XYZ 22.83 22.34 70.13 -
YUV 120.1 183.81 85.84 -
System Red Green Blue C M Y K H S L
Decimal 61 131 219 0.72 0.40 0 0.14 213.42 0.69 0.55
Hex 3D 83 DB 48 28 0 E D5 45 37
Octal 75 203 333 110 50 0 16 325 105 67
Binary 111101 10000011 11011011 1001000 101000 0 1110 11010101 1000101 110111

Color Harmonies of #3D83DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D83DB

Black with #3D83DB

Text Example


Text Example

White with #3D83DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,131,219); }

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

background-color css

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

 a { background-color: rgb(61,131,219); }

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

border-color css

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

 span { border-color: rgb(61,131,219); }

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