#3488F8

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

Shades of Dodger Blue #3488F8

Tints of Dodger Blue #3488F8

Color information

#3488F8 (or 0x3488F8) is unknown color: approx Dodger Blue. HEX triplet: 34, 88 and F8. RGB value is (52,136,248). Sum of RGB (Red+Green+Blue) = 52+136+248=436 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.93% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 248 (97.27% from 255 or 56.88% from 436); Max value from RGB is 248 - color contains mainly: blue. Hex color #3488F8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3488F8 is #CB7707. Grayscale: #7B7B7B. Windows color (decimal): -13334280 or 16287796. OLE color: 16287796.

HSL color Cylindrical-coordinate representation of color #3488F8: hue angle of 214.29º 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 #3488F8 is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB52136248-
CMYK0.790.4500.03
HSL214.29º93.33%58.82%-
HSV(B)214.29º79.03%97.25%-
XYZ27.1625.1292.22-
YUV123.65198.1776.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.93%
GREEN value IS 136 (53.52% from 255) = 31.19%
BLUE value IS 248 (97.27% from 255) = 56.88%
R=11.93%
G=31.19%
B=56.88%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal521362480.790.4500.03214.2993.3358.82
Hex3488F84F2D03d65d3b
Octal64210370117550332613573
Binary11010010001000111110001001111101101011110101101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3488F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3488F8; }

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

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

<style>
 a { background-color: #3488F8; }

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

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

<style>
 span { border-color: #3488F8; }

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

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