Html Css Color HEX #3495EF Dodger Blue

📋 copy color: '#3495EF'

red 52 ◦ green 149 ◦ blue 239

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

Shades of Dodger Blue #3495EF

Tints of Dodger Blue #3495EF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.86%

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 11.82%
G = 33.86%
B = 54.32%

CMYK

 C value IS 0.78

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3495EF (or 0x3495EF) is known color: Dodger Blue. HEX triplet: 34, 95 and EF. RGB value is (52,149,239). Sum of RGB (Red+Green+Blue) = 52+149+239=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #3495EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3495EF is #CB6A10. Grayscale: #818181. Windows color (decimal): -13330961 or 15701300. OLE color: 15701300.

HSL color Cylindrical-coordinate representation of color #3495EF: hue angle of 208.88º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3495EF is Cyan = 0.78, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 52 149 239 -
CMYK 0.78 0.38 0 0.06
HSL 208.88º 0.85% 0.57% -
HSV(B) 208.88º 0.78% 0.94% -
XYZ 27.74 28.46 85.69 -
YUV 130.26 189.36 72.18 -
System Red Green Blue C M Y K H S L
Decimal 52 149 239 0.78 0.38 0 0.06 208.88 0.85 0.57
Hex 34 95 EF 4E 26 0 6 D1 55 39
Octal 64 225 357 116 46 0 6 321 125 71
Binary 110100 10010101 11101111 1001110 100110 0 110 11010001 1010101 111001

Color Harmonies of #3495EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495EF

Black with #3495EF

Text Example


Text Example

White with #3495EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3495EF; }

 p { color: rgb(52,149,239); }

 H1.HeaderClassName
 {
   color: #3495EF;
 }
 .AnyTagClassName
 {
   color: #3495EF;
 }
</style>

background-color css

<style>
 a { background-color: #3495EF; }

 a { background-color: rgb(52,149,239); }

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

border-color css

<style>
 span { border-color: #3495EF; }

 span { border-color: rgb(52,149,239); }

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