Html Css Color HEX #3485ED Dodger Blue

📋 copy color: '#3485ED'

red 52 ◦ green 133 ◦ blue 237

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

Shades of Dodger Blue #3485ED

Tints of Dodger Blue #3485ED

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 12.32%
G = 31.52%
B = 56.16%

CMYK

 C value IS 0.78

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3485ED (or 0x3485ED) is known color: Dodger Blue. HEX triplet: 34, 85 and ED. RGB value is (52,133,237). Sum of RGB (Red+Green+Blue) = 52+133+237=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #3485ED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485ED is #CB7A12. Grayscale: #787878. Windows color (decimal): -13335059 or 15566132. OLE color: 15566132.

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

Color convert

RGB 52 133 237 -
CMYK 0.78 0.44 0 0.07
HSL 213.73º 0.84% 0.57% -
HSV(B) 213.73º 0.78% 0.93% -
XYZ 25.09 23.62 83.36 -
YUV 120.64 193.66 79.04 -
System Red Green Blue C M Y K H S L
Decimal 52 133 237 0.78 0.44 0 0.07 213.73 0.84 0.57
Hex 34 85 ED 4E 2C 0 7 D6 54 39
Octal 64 205 355 116 54 0 7 326 124 71
Binary 110100 10000101 11101101 1001110 101100 0 111 11010110 1010100 111001

Color Harmonies of #3485ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485ED

Black with #3485ED

Text Example


Text Example

White with #3485ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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