Html Css Color HEX #349DFB Dodger Blue

📋 copy color: '#349DFB'

red 52 ◦ green 157 ◦ blue 251

#349DFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #349DFB

Tints of Dodger Blue #349DFB

RGB

 RED value IS 52 (20.7% from 255) = 11.3%

 GREEN value IS 157 (61.72% from 255) = 34.13%

 BLUE value IS 251 (98.44% from 255) = 54.57%

R = 11.3%
G = 34.13%
B = 54.57%

CMYK

 C value IS 0.79

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#349DFB (or 0x349DFB) is known color: Dodger Blue. HEX triplet: 34, 9D and FB. RGB value is (52,157,251). Sum of RGB (Red+Green+Blue) = 52+157+251=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #349DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349DFB is #CB6204. Grayscale: #878787. Windows color (decimal): -13328901 or 16489780. OLE color: 16489780.

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

Color convert

RGB 52 157 251 -
CMYK 0.79 0.37 0 0.02
HSL 208.34º 0.96% 0.59% -
HSV(B) 208.34º 0.79% 0.98% -
XYZ 30.89 31.81 95.78 -
YUV 136.32 192.71 67.86 -
System Red Green Blue C M Y K H S L
Decimal 52 157 251 0.79 0.37 0 0.02 208.34 0.96 0.59
Hex 34 9D FB 4F 25 0 2 D0 60 3B
Octal 64 235 373 117 45 0 2 320 140 73
Binary 110100 10011101 11111011 1001111 100101 0 10 11010000 1100000 111011

Color Harmonies of #349DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DFB

Black with #349DFB

Text Example


Text Example

White with #349DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349DFB; }

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

 H1.HeaderClassName
 {
   color: #349DFB;
 }
 .AnyTagClassName
 {
   color: #349DFB;
 }
</style>

background-color css

<style>
 a { background-color: #349DFB; }

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

 div.DivClassName
 {
   background-color: #349DFB;
 }
 .BgClassName
 {
   background-color: #349DFB;
 }
</style>

border-color css

<style>
 span { border-color: #349DFB; }

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

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