Html Css Color HEX #3495EE Dodger Blue

📋 copy color: '#3495EE'

red 52 ◦ green 149 ◦ blue 238

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

Shades of Dodger Blue #3495EE

Tints of Dodger Blue #3495EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.21%

R = 11.85%
G = 33.94%
B = 54.21%

CMYK

 C value IS 0.78

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3495EE (or 0x3495EE) is known color: Dodger Blue. HEX triplet: 34, 95 and EE. RGB value is (52,149,238). Sum of RGB (Red+Green+Blue) = 52+149+238=439 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.85% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #3495EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3495EE is #CB6A11. Grayscale: #818181. Windows color (decimal): -13330962 or 15635764. OLE color: 15635764.

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

Color convert

RGB 52 149 238 -
CMYK 0.78 0.37 0 0.07
HSL 208.71º 0.85% 0.57% -
HSV(B) 208.71º 0.78% 0.93% -
XYZ 27.6 28.4 84.92 -
YUV 130.14 188.86 72.26 -
System Red Green Blue C M Y K H S L
Decimal 52 149 238 0.78 0.37 0 0.07 208.71 0.85 0.57
Hex 34 95 EE 4E 25 0 7 D1 55 39
Octal 64 225 356 116 45 0 7 321 125 71
Binary 110100 10010101 11101110 1001110 100101 0 111 11010001 1010101 111001

Color Harmonies of #3495EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3495EE

Black with #3495EE

Text Example


Text Example

White with #3495EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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