Html Css Color HEX #349CFF Dodger Blue

📋 copy color: '#349CFF'

red 52 ◦ green 156 ◦ blue 255

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

Shades of Dodger Blue #349CFF

Tints of Dodger Blue #349CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.69%

 BLUE value IS 255 (100% from 255) = 55.08%

R = 11.23%
G = 33.69%
B = 55.08%

CMYK

 C value IS 0.80

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#349CFF (or 0x349CFF) is known color: Dodger Blue. HEX triplet: 34, 9C and FF. RGB value is (52,156,255). Sum of RGB (Red+Green+Blue) = 52+156+255=463 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.23% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #349CFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349CFF is #CB6300. Grayscale: #878787. Windows color (decimal): -13329153 or 16751668. OLE color: 16751668.

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

Color convert

RGB 52 156 255 -
CMYK 0.80 0.39 0 0
HSL 209.26º 1% 0.6% -
HSV(B) 209.26º 0.8% 1% -
XYZ 31.35 31.73 99.08 -
YUV 136.19 195.04 67.95 -
System Red Green Blue C M Y K H S L
Decimal 52 156 255 0.80 0.39 0 0 209.26 1 0.6
Hex 34 9C FF 50 27 0 0 D1 64 3C
Octal 64 234 377 120 47 0 0 321 144 74
Binary 110100 10011100 11111111 1010000 100111 0 0 11010001 1100100 111100

Color Harmonies of #349CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349CFF

Black with #349CFF

Text Example


Text Example

White with #349CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,156,255); }

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

background-color css

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

 a { background-color: rgb(52,156,255); }

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

border-color css

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

 span { border-color: rgb(52,156,255); }

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