Html Css Color HEX #3D85DF Royal Blue

📋 copy color: '#3D85DF'

red 61 ◦ green 133 ◦ blue 223

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

Shades of Royal Blue #3D85DF

Tints of Royal Blue #3D85DF

RGB

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

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

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

R = 14.63%
G = 31.89%
B = 53.48%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3D85DF (or 0x3D85DF) is known color: Royal Blue. HEX triplet: 3D, 85 and DF. RGB value is (61,133,223). Sum of RGB (Red+Green+Blue) = 61+133+223=417 (55% of max value = 765). Red value is 61 (24.22% from 255 or 14.63% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #3D85DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3D85DF is #C27A20. Grayscale: #797979. Windows color (decimal): -12745249 or 14648637. OLE color: 14648637.

HSL color Cylindrical-coordinate representation of color #3D85DF: hue angle of 213.33º 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 #3D85DF is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 61 133 223 -
CMYK 0.73 0.40 0 0.13
HSL 213.33º 0.72% 0.56% -
HSV(B) 213.33º 0.73% 0.87% -
XYZ 23.63 23.09 73.02 -
YUV 121.73 185.15 84.68 -
System Red Green Blue C M Y K H S L
Decimal 61 133 223 0.73 0.40 0 0.13 213.33 0.72 0.56
Hex 3D 85 DF 49 28 0 D D5 48 38
Octal 75 205 337 111 50 0 15 325 110 70
Binary 111101 10000101 11011111 1001001 101000 0 1101 11010101 1001000 111000

Color Harmonies of #3D85DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D85DF

Black with #3D85DF

Text Example


Text Example

White with #3D85DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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