Html Css Color HEX #3485E7 Dodger Blue

📋 copy color: '#3485E7'

red 52 ◦ green 133 ◦ blue 231

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

Shades of Dodger Blue #3485E7

Tints of Dodger Blue #3485E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 55.53%

R = 12.5%
G = 31.97%
B = 55.53%

CMYK

 C value IS 0.77

 M value IS 0.42

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#3485E7 (or 0x3485E7) is known color: Dodger Blue. HEX triplet: 34, 85 and E7. RGB value is (52,133,231). Sum of RGB (Red+Green+Blue) = 52+133+231=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 231 (90.62% from 255 or 55.53% from 416); Max value from RGB is 231 - color contains mainly: blue. Hex color #3485E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485E7 is #CB7A18. Grayscale: #777777. Windows color (decimal): -13335065 or 15172916. OLE color: 15172916.

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

Color convert

RGB 52 133 231 -
CMYK 0.77 0.42 0 0.09
HSL 212.85º 0.79% 0.55% -
HSV(B) 212.85º 0.77% 0.91% -
XYZ 24.23 23.27 78.82 -
YUV 119.95 190.66 79.53 -
System Red Green Blue C M Y K H S L
Decimal 52 133 231 0.77 0.42 0 0.09 212.85 0.79 0.55
Hex 34 85 E7 4D 2A 0 9 D5 4F 37
Octal 64 205 347 115 52 0 11 325 117 67
Binary 110100 10000101 11100111 1001101 101010 0 1001 11010101 1001111 110111

Color Harmonies of #3485E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485E7

Black with #3485E7

Text Example


Text Example

White with #3485E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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