Html Css Color HEX #3A85DD Royal Blue

📋 copy color: '#3A85DD'

red 58 ◦ green 133 ◦ blue 221

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

Shades of Royal Blue #3A85DD

Tints of Royal Blue #3A85DD

RGB

 RED value IS 58 (23.05% from 255) = 14.08%

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

 BLUE value IS 221 (86.72% from 255) = 53.64%

R = 14.08%
G = 32.28%
B = 53.64%

CMYK

 C value IS 0.74

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A85DD (or 0x3A85DD) is known color: Royal Blue. HEX triplet: 3A, 85 and DD. RGB value is (58,133,221). Sum of RGB (Red+Green+Blue) = 58+133+221=412 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.08% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A85DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A85DD is #C57A22. Grayscale: #787878. Windows color (decimal): -12941859 or 14517562. OLE color: 14517562.

HSL color Cylindrical-coordinate representation of color #3A85DD: hue angle of 212.39º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A85DD is Cyan = 0.74, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 133 221 -
CMYK 0.74 0.40 0 0.13
HSL 212.39º 0.71% 0.55% -
HSV(B) 212.39º 0.74% 0.87% -
XYZ 23.18 22.9 71.6 -
YUV 120.61 184.65 83.34 -
System Red Green Blue C M Y K H S L
Decimal 58 133 221 0.74 0.40 0 0.13 212.39 0.71 0.55
Hex 3A 85 DD 4A 28 0 D D4 47 37
Octal 72 205 335 112 50 0 15 324 107 67
Binary 111010 10000101 11011101 1001010 101000 0 1101 11010100 1000111 110111

Color Harmonies of #3A85DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A85DD

Black with #3A85DD

Text Example


Text Example

White with #3A85DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,133,221); }

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

background-color css

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

 a { background-color: rgb(58,133,221); }

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

border-color css

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

 span { border-color: rgb(58,133,221); }

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