Html Css Color HEX #3498EC Dodger Blue

📋 copy color: '#3498EC'

red 52 ◦ green 152 ◦ blue 236

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

Shades of Dodger Blue #3498EC

Tints of Dodger Blue #3498EC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.55%

 BLUE value IS 236 (92.58% from 255) = 53.64%

R = 11.82%
G = 34.55%
B = 53.64%

CMYK

 C value IS 0.78

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3498EC (or 0x3498EC) is known color: Dodger Blue. HEX triplet: 34, 98 and EC. RGB value is (52,152,236). Sum of RGB (Red+Green+Blue) = 52+152+236=440 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.82% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 236 (92.58% from 255 or 53.64% from 440); Max value from RGB is 236 - color contains mainly: blue. Hex color #3498EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3498EC is #CB6713. Grayscale: #838383. Windows color (decimal): -13330196 or 15505460. OLE color: 15505460.

HSL color Cylindrical-coordinate representation of color #3498EC: hue angle of 207.39º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3498EC is Cyan = 0.78, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 152 236 -
CMYK 0.78 0.36 0 0.07
HSL 207.39º 0.83% 0.56% -
HSV(B) 207.39º 0.78% 0.93% -
XYZ 27.78 29.24 83.54 -
YUV 131.68 186.87 71.17 -
System Red Green Blue C M Y K H S L
Decimal 52 152 236 0.78 0.36 0 0.07 207.39 0.83 0.56
Hex 34 98 EC 4E 24 0 7 CF 53 38
Octal 64 230 354 116 44 0 7 317 123 70
Binary 110100 10011000 11101100 1001110 100100 0 111 11001111 1010011 111000

Color Harmonies of #3498EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3498EC

Black with #3498EC

Text Example


Text Example

White with #3498EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3498EC; }

 p { color: rgb(52,152,236); }

 H1.HeaderClassName
 {
   color: #3498EC;
 }
 .AnyTagClassName
 {
   color: #3498EC;
 }
</style>

background-color css

<style>
 a { background-color: #3498EC; }

 a { background-color: rgb(52,152,236); }

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

border-color css

<style>
 span { border-color: #3498EC; }

 span { border-color: rgb(52,152,236); }

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