Html Css Color HEX #349DFE Dodger Blue

📋 copy color: '#349DFE'

red 52 ◦ green 157 ◦ blue 254

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

Shades of Dodger Blue #349DFE

Tints of Dodger Blue #349DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.86%

R = 11.23%
G = 33.91%
B = 54.86%

CMYK

 C value IS 0.80

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#349DFE (or 0x349DFE) is known color: Dodger Blue. HEX triplet: 34, 9D and FE. RGB value is (52,157,254). Sum of RGB (Red+Green+Blue) = 52+157+254=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #349DFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349DFE is #CB6201. Grayscale: #888888. Windows color (decimal): -13328898 or 16686388. OLE color: 16686388.

HSL color Cylindrical-coordinate representation of color #349DFE: hue angle of 208.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #349DFE is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 52 157 254 -
CMYK 0.80 0.38 0 0.00
HSL 208.81º 0.99% 0.6% -
HSV(B) 208.81º 0.8% 1% -
XYZ 31.36 32 98.29 -
YUV 136.66 194.21 67.61 -
System Red Green Blue C M Y K H S L
Decimal 52 157 254 0.80 0.38 0 0.00 208.81 0.99 0.6
Hex 34 9D FE 50 26 0 0 D1 63 3C
Octal 64 235 376 120 46 0 0 321 143 74
Binary 110100 10011101 11111110 1010000 100110 0 0 11010001 1100011 111100

Color Harmonies of #349DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349DFE

Black with #349DFE

Text Example


Text Example

White with #349DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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