#3885FF

Color #3885FF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #3885FF

Tints of Dodger Blue #3885FF

Color information

#3885FF (or 0x3885FF) is unknown color: approx Dodger Blue. HEX triplet: 38, 85 and FF. RGB value is (56,133,255). Sum of RGB (Red+Green+Blue) = 56+133+255=444 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.61% from 444); Green value is 133 (52.34% from 255 or 29.95% from 444); Blue value is 255 (100% from 255 or 57.43% from 444); Max value from RGB is 255 - color contains mainly: blue. Hex color #3885FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3885FF is #C77A00. Grayscale: #7B7B7B. Windows color (decimal): -13072897 or 16745784. OLE color: 16745784.

HSL color Cylindrical-coordinate representation of color #3885FF: hue angle of 216.78º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3885FF is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB56133255-
CMYK0.780.4800
HSL216.78º100%60.98%-
HSV(B)216.78º78.04%100%-
XYZ28.0724.8497.92-
YUV123.88201.9979.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 12.61%
GREEN value IS 133 (52.34% from 255) = 29.95%
BLUE value IS 255 (100% from 255) = 57.43%
R=12.61%
G=29.95%
B=57.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal561332550.780.4800216.7810060.98
Hex3885FF4E3000d9643d
Octal70205377116600033114475
Binary1110001000010111111111100111011000000110110011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3885FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3885FF; }

 p { color: rgb(56,133,255); }

 H1.HeaderClassName
 {
   color: #3885FF;
 }
 .AnyTagClassName
 {
   color: #3885FF;
 }
</style>
background-color css

<style>
 a { background-color: #3885FF; }

 a { background-color: rgb(56,133,255); }

 div.DivClassName
 {
   background-color: #3885FF;
 }
 .BgClassName
 {
   background-color: #3885FF;
 }
</style>
border-color css

<style>
 span { border-color: #3885FF; }

 span { border-color: rgb(56,133,255); }

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