Html Css Color HEX #3D85DB Royal Blue

📋 copy color: '#3D85DB'

red 61 ◦ green 133 ◦ blue 219

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

Shades of Royal Blue #3D85DB

Tints of Royal Blue #3D85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.2%

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

R = 14.77%
G = 32.2%
B = 53.03%

CMYK

 C value IS 0.72

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3D85DB (or 0x3D85DB) is known color: Royal Blue. HEX triplet: 3D, 85 and DB. RGB value is (61,133,219). Sum of RGB (Red+Green+Blue) = 61+133+219=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D85DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D85DB is #C27A24. Grayscale: #787878. Windows color (decimal): -12745253 or 14386493. OLE color: 14386493.

HSL color Cylindrical-coordinate representation of color #3D85DB: hue angle of 212.66º 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 #3D85DB is Cyan = 0.72, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 133 219 -
CMYK 0.72 0.39 0 0.14
HSL 212.66º 0.69% 0.55% -
HSV(B) 212.66º 0.72% 0.86% -
XYZ 23.1 22.88 70.22 -
YUV 121.28 183.15 85.01 -
System Red Green Blue C M Y K H S L
Decimal 61 133 219 0.72 0.39 0 0.14 212.66 0.69 0.55
Hex 3D 85 DB 48 27 0 E D5 45 37
Octal 75 205 333 110 47 0 16 325 105 67
Binary 111101 10000101 11011011 1001000 100111 0 1110 11010101 1000101 110111

Color Harmonies of #3D85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D85DB

Black with #3D85DB

Text Example


Text Example

White with #3D85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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