#3380FB

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

Shades of Dodger Blue #3380FB

Tints of Dodger Blue #3380FB

Color information

#3380FB (or 0x3380FB) is unknown color: approx Dodger Blue. HEX triplet: 33, 80 and FB. RGB value is (51,128,251). Sum of RGB (Red+Green+Blue) = 51+128+251=430 (56% of max value = 765). Red value is 51 (20.31% from 255 or 11.86% from 430); Green value is 128 (50.39% from 255 or 29.77% from 430); Blue value is 251 (98.44% from 255 or 58.37% from 430); Max value from RGB is 251 - color contains mainly: blue. Hex color #3380FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3380FB is #CC7F04. Grayscale: #767676. Windows color (decimal): -13401861 or 16482355. OLE color: 16482355.

HSL color Cylindrical-coordinate representation of color #3380FB: hue angle of 216.9º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3380FB is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51128251-
CMYK0.800.4900.02
HSL216.9º96.15%59.22%-
HSV(B)216.9º79.68%98.43%-
XYZ26.523.1194.33-
YUV119202.4979.5-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.86%
GREEN value IS 128 (50.39% from 255) = 29.77%
BLUE value IS 251 (98.44% from 255) = 58.37%
R=11.86%
G=29.77%
B=58.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal511282510.800.4900.02216.996.1559.22
Hex3380FB503102d9603b
Octal63200373120610233114073
Binary11001110000000111110111010000110001010110110011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3380FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3380FB; }

 p { color: rgb(51,128,251); }

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

<style>
 a { background-color: #3380FB; }

 a { background-color: rgb(51,128,251); }

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

<style>
 span { border-color: #3380FB; }

 span { border-color: rgb(51,128,251); }

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