Html Css Color HEX #3886DF Royal Blue

📋 copy color: '#3886DF'

red 56 ◦ green 134 ◦ blue 223

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

Shades of Royal Blue #3886DF

Tints of Royal Blue #3886DF

RGB

 RED value IS 56 (22.27% from 255) = 13.56%

 GREEN value IS 134 (52.73% from 255) = 32.45%

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

R = 13.56%
G = 32.45%
B = 54%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3886DF (or 0x3886DF) is known color: Royal Blue. HEX triplet: 38, 86 and DF. RGB value is (56,134,223). Sum of RGB (Red+Green+Blue) = 56+134+223=413 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.56% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #3886DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3886DF is #C77920. Grayscale: #787878. Windows color (decimal): -13072673 or 14648888. OLE color: 14648888.

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

Color convert

RGB 56 134 223 -
CMYK 0.75 0.40 0 0.13
HSL 211.98º 0.72% 0.55% -
HSV(B) 211.98º 0.75% 0.87% -
XYZ 23.48 23.22 73.06 -
YUV 120.82 185.66 81.76 -
System Red Green Blue C M Y K H S L
Decimal 56 134 223 0.75 0.40 0 0.13 211.98 0.72 0.55
Hex 38 86 DF 4B 28 0 D D4 48 37
Octal 70 206 337 113 50 0 15 324 110 67
Binary 111000 10000110 11011111 1001011 101000 0 1101 11010100 1001000 110111

Color Harmonies of #3886DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3886DF

Black with #3886DF

Text Example


Text Example

White with #3886DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3886DF; }

 p { color: rgb(56,134,223); }

 H1.HeaderClassName
 {
   color: #3886DF;
 }
 .AnyTagClassName
 {
   color: #3886DF;
 }
</style>

background-color css

<style>
 a { background-color: #3886DF; }

 a { background-color: rgb(56,134,223); }

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

border-color css

<style>
 span { border-color: #3886DF; }

 span { border-color: rgb(56,134,223); }

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