Html Css Color HEX #349FFB Dodger Blue

📋 copy color: '#349FFB'

red 52 ◦ green 159 ◦ blue 251

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

Shades of Dodger Blue #349FFB

Tints of Dodger Blue #349FFB

RGB

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

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

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

R = 11.26%
G = 34.42%
B = 54.33%

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

#349FFB (or 0x349FFB) is known color: Dodger Blue. HEX triplet: 34, 9F and FB. RGB value is (52,159,251). Sum of RGB (Red+Green+Blue) = 52+159+251=462 (61% of max value = 765). Red value is 52 (20.70% from 255 or 11.26% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 251 (98.44% from 255 or 54.33% from 462); Max value from RGB is 251 - color contains mainly: blue. Hex color #349FFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #349FFB is #CB6004. Grayscale: #898989. Windows color (decimal): -13328389 or 16490292. OLE color: 16490292.

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

Color convert

RGB 52 159 251 -
CMYK 0.79 0.37 0 0.02
HSL 207.74º 0.96% 0.59% -
HSV(B) 207.74º 0.79% 0.98% -
XYZ 31.23 32.49 95.89 -
YUV 137.5 192.05 67.02 -
System Red Green Blue C M Y K H S L
Decimal 52 159 251 0.79 0.37 0 0.02 207.74 0.96 0.59
Hex 34 9F FB 4F 25 0 2 D0 60 3B
Octal 64 237 373 117 45 0 2 320 140 73
Binary 110100 10011111 11111011 1001111 100101 0 10 11010000 1100000 111011

Color Harmonies of #349FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349FFB

Black with #349FFB

Text Example


Text Example

White with #349FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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