Html Css Color HEX #3880D8 Royal Blue

📋 copy color: '#3880D8'

red 56 ◦ green 128 ◦ blue 216

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

Shades of Royal Blue #3880D8

Tints of Royal Blue #3880D8

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32%

 BLUE value IS 216 (84.77% from 255) = 54%

R = 14%
G = 32%
B = 54%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#3880D8 (or 0x3880D8) is known color: Royal Blue. HEX triplet: 38, 80 and D8. RGB value is (56,128,216). Sum of RGB (Red+Green+Blue) = 56+128+216=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #3880D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3880D8 is #C77F27. Grayscale: #747474. Windows color (decimal): -13074216 or 14188600. OLE color: 14188600.

HSL color Cylindrical-coordinate representation of color #3880D8: hue angle of 213º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3880D8 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 128 216 -
CMYK 0.74 0.41 0 0.15
HSL 213º 0.67% 0.53% -
HSV(B) 213º 0.74% 0.85% -
XYZ 21.74 21.24 67.92 -
YUV 116.5 184.15 84.84 -
System Red Green Blue C M Y K H S L
Decimal 56 128 216 0.74 0.41 0 0.15 213 0.67 0.53
Hex 38 80 D8 4A 29 0 F D5 43 35
Octal 70 200 330 112 51 0 17 325 103 65
Binary 111000 10000000 11011000 1001010 101001 0 1111 11010101 1000011 110101

Color Harmonies of #3880D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3880D8

Black with #3880D8

Text Example


Text Example

White with #3880D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3880D8; }

 p { color: rgb(56,128,216); }

 H1.HeaderClassName
 {
   color: #3880D8;
 }
 .AnyTagClassName
 {
   color: #3880D8;
 }
</style>

background-color css

<style>
 a { background-color: #3880D8; }

 a { background-color: rgb(56,128,216); }

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

border-color css

<style>
 span { border-color: #3880D8; }

 span { border-color: rgb(56,128,216); }

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