#34A4F8

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

Shades of Dodger Blue #34A4F8

Tints of Dodger Blue #34A4F8

Color information

#34A4F8 (or 0x34A4F8) is unknown color: approx Dodger Blue. HEX triplet: 34, A4 and F8. RGB value is (52,164,248). Sum of RGB (Red+Green+Blue) = 52+164+248=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 164 (64.45% from 255 or 35.34% from 464); Blue value is 248 (97.27% from 255 or 53.45% from 464); Max value from RGB is 248 - color contains mainly: blue. Hex color #34A4F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #34A4F8 is #CB5B07. Grayscale: #8B8B8B. Windows color (decimal): -13327112 or 16294964. OLE color: 16294964.

HSL color Cylindrical-coordinate representation of color #34A4F8: hue angle of 205.71º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34A4F8 is Cyan = 0.79, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52164248-
CMYK0.790.3400.03
HSL205.71º93.33%58.82%-
HSV(B)205.71º79.03%97.25%-
XYZ31.6334.0693.71-
YUV140.09188.8965.17-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.21%
GREEN value IS 164 (64.45% from 255) = 35.34%
BLUE value IS 248 (97.27% from 255) = 53.45%
R=11.21%
G=35.34%
B=53.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521642480.790.3400.03205.7193.3358.82
Hex34A4F84F2203ce5d3b
Octal64244370117420331613573
Binary11010010100100111110001001111100010011110011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,164,248); }

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

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

 a { background-color: rgb(52,164,248); }

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

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

 span { border-color: rgb(52,164,248); }

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