#3494FE

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

Shades of Dodger Blue #3494FE

Tints of Dodger Blue #3494FE

Color information

#3494FE (or 0x3494FE) is unknown color: approx Dodger Blue. HEX triplet: 34, 94 and FE. RGB value is (52,148,254). Sum of RGB (Red+Green+Blue) = 52+148+254=454 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.45% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 254 (99.61% from 255 or 55.95% from 454); Max value from RGB is 254 - color contains mainly: blue. Hex color #3494FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3494FE is #CB6B01. Grayscale: #828282. Windows color (decimal): -13331202 or 16684084. OLE color: 16684084.

HSL color Cylindrical-coordinate representation of color #3494FE: hue angle of 211.49º 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 #3494FE is Cyan = 0.80, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB52148254-
CMYK0.800.4200.00
HSL211.49º99.02%60%-
HSV(B)211.49º79.53%99.61%-
XYZ29.929.0797.8-
YUV131.38197.271.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.45%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 254 (99.61% from 255) = 55.95%
R=11.45%
G=32.60%
B=55.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal521482540.800.4200.00211.4999.0260
Hex3494FE502A00d3633c
Octal64224376120520032314374
Binary1101001001010011111110101000010101000110100111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3494FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,148,254); }

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

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

 a { background-color: rgb(52,148,254); }

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

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

 span { border-color: rgb(52,148,254); }

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