#348AFB

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

Shades of Dodger Blue #348AFB

Tints of Dodger Blue #348AFB

Color information

#348AFB (or 0x348AFB) is unknown color: approx Dodger Blue. HEX triplet: 34, 8A and FB. RGB value is (52,138,251). Sum of RGB (Red+Green+Blue) = 52+138+251=441 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.79% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #348AFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #348AFB is #CB7504. Grayscale: #7C7C7C. Windows color (decimal): -13333765 or 16484916. OLE color: 16484916.

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

Color convert

RGB52138251-
CMYK0.790.4500.02
HSL214.07º96.14%59.41%-
HSV(B)214.07º79.28%98.43%-
XYZ27.9225.8794.79-
YUV125.17199.0175.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 11.79%
GREEN value IS 138 (54.30% from 255) = 31.29%
BLUE value IS 251 (98.44% from 255) = 56.92%
R=11.79%
G=31.29%
B=56.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal521382510.790.4500.02214.0796.1459.41
Hex348AFB4F2D02d6603b
Octal64212373117550232614073
Binary11010010001010111110111001111101101010110101101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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