#34A5FF

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

Shades of Dodger Blue #34A5FF

Tints of Dodger Blue #34A5FF

Color information

#34A5FF (or 0x34A5FF) is unknown color: approx Dodger Blue. HEX triplet: 34, A5 and FF. RGB value is (52,165,255). Sum of RGB (Red+Green+Blue) = 52+165+255=472 (62% of max value = 765). Red value is 52 (20.70% from 255 or 11.02% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #34A5FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A5FF is #CB5A00. Grayscale: #8D8D8D. Windows color (decimal): -13326849 or 16753972. OLE color: 16753972.

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

Color convert

RGB52165255-
CMYK0.800.3500
HSL206.6º100%60.2%-
HSV(B)206.6º79.61%100%-
XYZ32.9234.8699.6-
YUV141.47192.0664.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.02%
GREEN value IS 165 (64.84% from 255) = 34.96%
BLUE value IS 255 (100% from 255) = 54.03%
R=11.02%
G=34.96%
B=54.03%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal521652550.800.3500206.610060.2
Hex34A5FF502300cf643c
Octal64245377120430031714474
Binary1101001010010111111111101000010001100110011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A5FF; }

 p { color: rgb(52,165,255); }

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

<style>
 a { background-color: #34A5FF; }

 a { background-color: rgb(52,165,255); }

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

<style>
 span { border-color: #34A5FF; }

 span { border-color: rgb(52,165,255); }

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