Html Css Color HEX #349EFE Dodger Blue

📋 copy color: '#349EFE'

red 52 ◦ green 158 ◦ blue 254

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

Shades of Dodger Blue #349EFE

Tints of Dodger Blue #349EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.05%

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

R = 11.21%
G = 34.05%
B = 54.74%

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

#349EFE (or 0x349EFE) is known color: Dodger Blue. HEX triplet: 34, 9E and FE. RGB value is (52,158,254). Sum of RGB (Red+Green+Blue) = 52+158+254=464 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.21% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #349EFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349EFE is #CB6101. Grayscale: #888888. Windows color (decimal): -13328642 or 16686644. OLE color: 16686644.

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

Color convert

RGB 52 158 254 -
CMYK 0.80 0.38 0 0.00
HSL 208.51º 0.99% 0.6% -
HSV(B) 208.51º 0.8% 1% -
XYZ 31.53 32.34 98.35 -
YUV 137.25 193.88 67.19 -
System Red Green Blue C M Y K H S L
Decimal 52 158 254 0.80 0.38 0 0.00 208.51 0.99 0.6
Hex 34 9E FE 50 26 0 0 D1 63 3C
Octal 64 236 376 120 46 0 0 321 143 74
Binary 110100 10011110 11111110 1010000 100110 0 0 11010001 1100011 111100

Color Harmonies of #349EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349EFE

Black with #349EFE

Text Example


Text Example

White with #349EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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