#3388FA

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

Shades of Dodger Blue #3388FA

Tints of Dodger Blue #3388FA

Color information

#3388FA (or 0x3388FA) is unknown color: approx Dodger Blue. HEX triplet: 33, 88 and FA. RGB value is (51,136,250). Sum of RGB (Red+Green+Blue) = 51+136+250=437 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.67% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 250 (98.05% from 255 or 57.21% from 437); Max value from RGB is 250 - color contains mainly: blue. Hex color #3388FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3388FA is #CC7705. Grayscale: #7B7B7B. Windows color (decimal): -13399814 or 16418867. OLE color: 16418867.

HSL color Cylindrical-coordinate representation of color #3388FA: hue angle of 214.37º degrees, saturation: 0.95, 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 #3388FA is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB51136250-
CMYK0.800.4600.02
HSL214.37º95.22%59.02%-
HSV(B)214.37º79.6%98.04%-
XYZ27.4225.2193.86-
YUV123.58199.3476.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.67%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 250 (98.05% from 255) = 57.21%
R=11.67%
G=31.12%
B=57.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal511362500.800.4600.02214.3795.2259.02
Hex3388FA502E02d65f3b
Octal63210372120560232613773
Binary11001110001000111110101010000101110010110101101011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3388FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3388FA; }

 p { color: rgb(51,136,250); }

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

<style>
 a { background-color: #3388FA; }

 a { background-color: rgb(51,136,250); }

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

<style>
 span { border-color: #3388FA; }

 span { border-color: rgb(51,136,250); }

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