Html Css Color HEX #3485E6 Dodger Blue

📋 copy color: '#3485E6'

red 52 ◦ green 133 ◦ blue 230

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

Shades of Dodger Blue #3485E6

Tints of Dodger Blue #3485E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 55.42%

R = 12.53%
G = 32.05%
B = 55.42%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3485E6 (or 0x3485E6) is known color: Dodger Blue. HEX triplet: 34, 85 and E6. RGB value is (52,133,230). Sum of RGB (Red+Green+Blue) = 52+133+230=415 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.53% from 415); Green value is 133 (52.34% from 255 or 32.05% from 415); Blue value is 230 (90.23% from 255 or 55.42% from 415); Max value from RGB is 230 - color contains mainly: blue. Hex color #3485E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485E6 is #CB7A19. Grayscale: #777777. Windows color (decimal): -13335066 or 15107380. OLE color: 15107380.

HSL color Cylindrical-coordinate representation of color #3485E6: hue angle of 212.7º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3485E6 is Cyan = 0.77, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 52 133 230 -
CMYK 0.77 0.42 0 0.10
HSL 212.7º 0.78% 0.55% -
HSV(B) 212.7º 0.77% 0.9% -
XYZ 24.09 23.22 78.07 -
YUV 119.84 190.16 79.61 -
System Red Green Blue C M Y K H S L
Decimal 52 133 230 0.77 0.42 0 0.10 212.7 0.78 0.55
Hex 34 85 E6 4D 2A 0 A D5 4E 37
Octal 64 205 346 115 52 0 12 325 116 67
Binary 110100 10000101 11100110 1001101 101010 0 1010 11010101 1001110 110111

Color Harmonies of #3485E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485E6

Black with #3485E6

Text Example


Text Example

White with #3485E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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