#348FFF

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

Shades of Dodger Blue #348FFF

Tints of Dodger Blue #348FFF

Color information

#348FFF (or 0x348FFF) is unknown color: approx Dodger Blue. HEX triplet: 34, 8F and FF. RGB value is (52,143,255). Sum of RGB (Red+Green+Blue) = 52+143+255=450 (59% of max value = 765). Red value is 52 (20.70% from 255 or 11.56% from 450); Green value is 143 (56.25% from 255 or 31.78% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #348FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348FFF is #CB7000. Grayscale: #808080. Windows color (decimal): -13332481 or 16748340. OLE color: 16748340.

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

Color convert

RGB52143255-
CMYK0.800.4400
HSL213.1º100%60.2%-
HSV(B)213.1º79.61%100%-
XYZ29.2927.5998.39-
YUV128.56199.3573.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.56%
GREEN value IS 143 (56.25% from 255) = 31.78%
BLUE value IS 255 (100% from 255) = 56.67%
R=11.56%
G=31.78%
B=56.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal521432550.800.4400213.110060.2
Hex348FFF502C00d5643c
Octal64217377120540032514474
Binary1101001000111111111111101000010110000110101011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348FFF; }

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

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

<style>
 a { background-color: #348FFF; }

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

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

<style>
 span { border-color: #348FFF; }

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

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