#3398FF

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

Shades of Dodger Blue #3398FF

Tints of Dodger Blue #3398FF

Color information

#3398FF (or 0x3398FF) is unknown color: approx Dodger Blue. HEX triplet: 33, 98 and FF. RGB value is (51,152,255). Sum of RGB (Red+Green+Blue) = 51+152+255=458 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.14% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #3398FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3398FF is #CC6700. Grayscale: #858585. Windows color (decimal): -13395713 or 16750643. OLE color: 16750643.

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

Color convert

RGB51152255-
CMYK0.80.4000
HSL210.29º100%60%-
HSV(B)210.29º80%100%-
XYZ30.6430.3898.86-
YUV133.54196.5469.12-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.14%
GREEN value IS 152 (59.77% from 255) = 33.19%
BLUE value IS 255 (100% from 255) = 55.68%
R=11.14%
G=33.19%
B=55.68%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511522550.80.4000210.2910060
Hex3398FF502800d2643c
Octal63230377120500032214474
Binary1100111001100011111111101000010100000110100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3398FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,152,255); }

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

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

 a { background-color: rgb(51,152,255); }

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

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

 span { border-color: rgb(51,152,255); }

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