Html Css Color HEX #3485FB Dodger Blue

📋 copy color: '#3485FB'

red 52 ◦ green 133 ◦ blue 251

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

Shades of Dodger Blue #3485FB

Tints of Dodger Blue #3485FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 57.57%

R = 11.93%
G = 30.5%
B = 57.57%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3485FB (or 0x3485FB) is known color: Dodger Blue. HEX triplet: 34, 85 and FB. RGB value is (52,133,251). Sum of RGB (Red+Green+Blue) = 52+133+251=436 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.93% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 251 (98.44% from 255 or 57.57% from 436); Max value from RGB is 251 - color contains mainly: blue. Hex color #3485FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485FB is #CB7A04. Grayscale: #797979. Windows color (decimal): -13335045 or 16483636. OLE color: 16483636.

HSL color Cylindrical-coordinate representation of color #3485FB: hue angle of 215.58º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3485FB is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 52 133 251 -
CMYK 0.79 0.47 0 0.02
HSL 215.58º 0.96% 0.59% -
HSV(B) 215.58º 0.79% 0.98% -
XYZ 27.22 24.47 94.56 -
YUV 122.23 200.66 77.91 -
System Red Green Blue C M Y K H S L
Decimal 52 133 251 0.79 0.47 0 0.02 215.58 0.96 0.59
Hex 34 85 FB 4F 2F 0 2 D8 60 3B
Octal 64 205 373 117 57 0 2 330 140 73
Binary 110100 10000101 11111011 1001111 101111 0 10 11011000 1100000 111011

Color Harmonies of #3485FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485FB

Black with #3485FB

Text Example


Text Example

White with #3485FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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