#3495FB

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

Shades of Dodger Blue #3495FB

Tints of Dodger Blue #3495FB

Color information

#3495FB (or 0x3495FB) is unknown color: approx Dodger Blue. HEX triplet: 34, 95 and FB. RGB value is (52,149,251). Sum of RGB (Red+Green+Blue) = 52+149+251=452 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.50% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #3495FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3495FB is #CB6A04. Grayscale: #838383. Windows color (decimal): -13330949 or 16487732. OLE color: 16487732.

HSL color Cylindrical-coordinate representation of color #3495FB: hue angle of 210.75º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3495FB is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB52149251-
CMYK0.790.4100.02
HSL210.75º96.14%59.41%-
HSV(B)210.75º79.28%98.43%-
XYZ29.5829.1995.34-
YUV131.62195.3671.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.50%
GREEN value IS 149 (58.59% from 255) = 32.96%
BLUE value IS 251 (98.44% from 255) = 55.53%
R=11.50%
G=32.96%
B=55.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal521492510.790.4100.02210.7596.1459.41
Hex3495FB4F2902d3603b
Octal64225373117510232314073
Binary11010010010101111110111001111101001010110100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3495FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3495FB; }

 p { color: rgb(52,149,251); }

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

<style>
 a { background-color: #3495FB; }

 a { background-color: rgb(52,149,251); }

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

<style>
 span { border-color: #3495FB; }

 span { border-color: rgb(52,149,251); }

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