#3285F7

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

Shades of Dodger Blue #3285F7

Tints of Dodger Blue #3285F7

Color information

#3285F7 (or 0x3285F7) is unknown color: approx Dodger Blue. HEX triplet: 32, 85 and F7. RGB value is (50,133,247). Sum of RGB (Red+Green+Blue) = 50+133+247=430 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.63% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #3285F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3285F7 is #CD7A08. Grayscale: #787878. Windows color (decimal): -13466121 or 16221490. OLE color: 16221490.

HSL color Cylindrical-coordinate representation of color #3285F7: hue angle of 214.72º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3285F7 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB50133247-
CMYK0.800.4600.03
HSL214.72º92.49%58.24%-
HSV(B)214.72º79.76%96.86%-
XYZ26.4924.1791.26-
YUV121.1819977.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.63%
GREEN value IS 133 (52.34% from 255) = 30.93%
BLUE value IS 247 (96.88% from 255) = 57.44%
R=11.63%
G=30.93%
B=57.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal501332470.800.4600.03214.7292.4958.24
Hex3285F7502E03d75c3a
Octal62205367120560332713472
Binary11001010000101111101111010000101110011110101111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3285F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3285F7; }

 p { color: rgb(50,133,247); }

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

<style>
 a { background-color: #3285F7; }

 a { background-color: rgb(50,133,247); }

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

<style>
 span { border-color: #3285F7; }

 span { border-color: rgb(50,133,247); }

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