Html Css Color HEX #349FFE Dodger Blue

📋 copy color: '#349FFE'

red 52 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #349FFE

Tints of Dodger Blue #349FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.19%

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

R = 11.18%
G = 34.19%
B = 54.62%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#349FFE (or 0x349FFE) is known color: Dodger Blue. HEX triplet: 34, 9F and FE. RGB value is (52,159,254). Sum of RGB (Red+Green+Blue) = 52+159+254=465 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.18% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #349FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349FFE is #CB6001. Grayscale: #898989. Windows color (decimal): -13328386 or 16686900. OLE color: 16686900.

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

Color convert

RGB 52 159 254 -
CMYK 0.80 0.37 0 0.00
HSL 208.22º 0.99% 0.6% -
HSV(B) 208.22º 0.8% 1% -
XYZ 31.7 32.68 98.4 -
YUV 137.84 193.55 66.78 -
System Red Green Blue C M Y K H S L
Decimal 52 159 254 0.80 0.37 0 0.00 208.22 0.99 0.6
Hex 34 9F FE 50 25 0 0 D0 63 3C
Octal 64 237 376 120 45 0 0 320 143 74
Binary 110100 10011111 11111110 1010000 100101 0 0 11010000 1100011 111100

Color Harmonies of #349FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FFE

Black with #349FFE

Text Example


Text Example

White with #349FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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