#339AFF

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

Shades of Dodger Blue #339AFF

Tints of Dodger Blue #339AFF

Color information

#339AFF (or 0x339AFF) is unknown color: approx Dodger Blue. HEX triplet: 33, 9A and FF. RGB value is (51,154,255). Sum of RGB (Red+Green+Blue) = 51+154+255=460 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.09% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #339AFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #339AFF is #CC6500. Grayscale: #868686. Windows color (decimal): -13395201 or 16751155. OLE color: 16751155.

HSL color Cylindrical-coordinate representation of color #339AFF: hue angle of 209.71º 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 #339AFF is Cyan = 0.8, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51154255-
CMYK0.80.4000
HSL209.71º100%60%-
HSV(B)209.71º80%100%-
XYZ30.9731.0498.97-
YUV134.72195.8868.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.09%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 255 (100% from 255) = 55.43%
R=11.09%
G=33.48%
B=55.43%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511542550.80.4000209.7110060
Hex339AFF502800d2643c
Octal63232377120500032214474
Binary1100111001101011111111101000010100000110100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #339AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #339AFF; }

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

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

<style>
 a { background-color: #339AFF; }

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

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

<style>
 span { border-color: #339AFF; }

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

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