Html Css Color HEX #3499ED Dodger Blue

📋 copy color: '#3499ED'

red 52 ◦ green 153 ◦ blue 237

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

Shades of Dodger Blue #3499ED

Tints of Dodger Blue #3499ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.62%

R = 11.76%
G = 34.62%
B = 53.62%

CMYK

 C value IS 0.78

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3499ED (or 0x3499ED) is known color: Dodger Blue. HEX triplet: 34, 99 and ED. RGB value is (52,153,237). Sum of RGB (Red+Green+Blue) = 52+153+237=442 (58% of max value = 765). Red value is 52 (20.70% from 255 or 11.76% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #3499ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3499ED is #CB6612. Grayscale: #838383. Windows color (decimal): -13329939 or 15571252. OLE color: 15571252.

HSL color Cylindrical-coordinate representation of color #3499ED: hue angle of 207.24º degrees, saturation: 0.84, 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 #3499ED is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 153 237 -
CMYK 0.78 0.35 0 0.07
HSL 207.24º 0.84% 0.57% -
HSV(B) 207.24º 0.78% 0.93% -
XYZ 28.09 29.63 84.36 -
YUV 132.38 187.04 70.67 -
System Red Green Blue C M Y K H S L
Decimal 52 153 237 0.78 0.35 0 0.07 207.24 0.84 0.57
Hex 34 99 ED 4E 23 0 7 CF 54 39
Octal 64 231 355 116 43 0 7 317 124 71
Binary 110100 10011001 11101101 1001110 100011 0 111 11001111 1010100 111001

Color Harmonies of #3499ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3499ED

Black with #3499ED

Text Example


Text Example

White with #3499ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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