Html Css Color HEX #3499FF Dodger Blue

📋 copy color: '#3499FF'

red 52 ◦ green 153 ◦ blue 255

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

Shades of Dodger Blue #3499FF

Tints of Dodger Blue #3499FF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.26%

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

R = 11.3%
G = 33.26%
B = 55.43%

CMYK

 C value IS 0.80

 M value IS 0.4

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#3499FF (or 0x3499FF) is known color: Dodger Blue. HEX triplet: 34, 99 and FF. RGB value is (52,153,255). Sum of RGB (Red+Green+Blue) = 52+153+255=460 (60% of max value = 765). Red value is 52 (20.70% from 255 or 11.30% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #3499FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3499FF is #CB6600. Grayscale: #858585. Windows color (decimal): -13329921 or 16750900. OLE color: 16750900.

HSL color Cylindrical-coordinate representation of color #3499FF: hue angle of 210.15º 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 #3499FF is Cyan = 0.80, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 52 153 255 -
CMYK 0.80 0.4 0 0
HSL 210.15º 1% 0.6% -
HSV(B) 210.15º 0.8% 1% -
XYZ 30.86 30.73 98.91 -
YUV 134.43 196.04 69.21 -
System Red Green Blue C M Y K H S L
Decimal 52 153 255 0.80 0.4 0 0 210.15 1 0.6
Hex 34 99 FF 50 28 0 0 D2 64 3C
Octal 64 231 377 120 50 0 0 322 144 74
Binary 110100 10011001 11111111 1010000 101000 0 0 11010010 1100100 111100

Color Harmonies of #3499FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3499FF

Black with #3499FF

Text Example


Text Example

White with #3499FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3499FF; }

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

 H1.HeaderClassName
 {
   color: #3499FF;
 }
 .AnyTagClassName
 {
   color: #3499FF;
 }
</style>

background-color css

<style>
 a { background-color: #3499FF; }

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

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

border-color css

<style>
 span { border-color: #3499FF; }

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

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