#3299FF

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

Shades of Dodger Blue #3299FF

Tints of Dodger Blue #3299FF

Color information

#3299FF (or 0x3299FF) is unknown color: approx Dodger Blue. HEX triplet: 32, 99 and FF. RGB value is (50,153,255). Sum of RGB (Red+Green+Blue) = 50+153+255=458 (60% of max value = 765). Red value is 50 (19.92% from 255 or 10.92% from 458); Green value is 153 (60.16% from 255 or 33.41% 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 #3299FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3299FF is #CD6600. Grayscale: #858585. Windows color (decimal): -13460993 or 16750898. OLE color: 16750898.

HSL color Cylindrical-coordinate representation of color #3299FF: hue angle of 209.85º 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 #3299FF is Cyan = 0.80, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB50153255-
CMYK0.800.400
HSL209.85º100%59.8%-
HSV(B)209.85º80.39%100%-
XYZ30.7630.6898.91-
YUV133.83196.3868.21-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 10.92%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 255 (100% from 255) = 55.68%
R=10.92%
G=33.41%
B=55.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal501532550.800.400209.8510059.8
Hex3299FF502800d2643c
Octal62231377120500032214474
Binary1100101001100111111111101000010100000110100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3299FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,153,255); }

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

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

 a { background-color: rgb(50,153,255); }

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

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

 span { border-color: rgb(50,153,255); }

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