#3391FE

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

Shades of Dodger Blue #3391FE

Tints of Dodger Blue #3391FE

Color information

#3391FE (or 0x3391FE) is unknown color: approx Dodger Blue. HEX triplet: 33, 91 and FE. RGB value is (51,145,254). Sum of RGB (Red+Green+Blue) = 51+145+254=450 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.33% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #3391FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3391FE is #CC6E01. Grayscale: #808080. Windows color (decimal): -13397506 or 16683315. OLE color: 16683315.

HSL color Cylindrical-coordinate representation of color #3391FE: hue angle of 212.22º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3391FE is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB51145254-
CMYK0.800.4300.00
HSL212.22º99.02%59.8%-
HSV(B)212.22º79.92%99.61%-
XYZ29.3828.1197.64-
YUV129.32198.3672.14-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.33%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 254 (99.61% from 255) = 56.44%
R=11.33%
G=32.22%
B=56.44%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal511452540.800.4300.00212.2299.0259.8
Hex3391FE502B00d4633c
Octal63221376120530032414374
Binary1100111001000111111110101000010101100110101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3391FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3391FE; }

 p { color: rgb(51,145,254); }

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

<style>
 a { background-color: #3391FE; }

 a { background-color: rgb(51,145,254); }

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

<style>
 span { border-color: #3391FE; }

 span { border-color: rgb(51,145,254); }

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