#3493FE

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

Shades of Dodger Blue #3493FE

Tints of Dodger Blue #3493FE

Color information

#3493FE (or 0x3493FE) is unknown color: approx Dodger Blue. HEX triplet: 34, 93 and FE. RGB value is (52,147,254). Sum of RGB (Red+Green+Blue) = 52+147+254=453 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.48% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #3493FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3493FE is #CB6C01. Grayscale: #828282. Windows color (decimal): -13331458 or 16683828. OLE color: 16683828.

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

Color convert

RGB52147254-
CMYK0.800.4200.00
HSL211.78º99.02%60%-
HSV(B)211.78º79.53%99.61%-
XYZ29.7428.7597.75-
YUV130.79197.5371.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.48%
GREEN value IS 147 (57.81% from 255) = 32.45%
BLUE value IS 254 (99.61% from 255) = 56.07%
R=11.48%
G=32.45%
B=56.07%

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
Decimal521472540.800.4200.00211.7899.0260
Hex3493FE502A00d4633c
Octal64223376120520032414374
Binary1101001001001111111110101000010101000110101001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3493FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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