Html Css Color HEX #3485FC Dodger Blue

📋 copy color: '#3485FC'

red 52 ◦ green 133 ◦ blue 252

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

Shades of Dodger Blue #3485FC

Tints of Dodger Blue #3485FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 11.9%
G = 30.43%
B = 57.67%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3485FC (or 0x3485FC) is known color: Dodger Blue. HEX triplet: 34, 85 and FC. RGB value is (52,133,252). Sum of RGB (Red+Green+Blue) = 52+133+252=437 (57% of max value = 765). Red value is 52 (20.70% from 255 or 11.90% from 437); Green value is 133 (52.34% from 255 or 30.43% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #3485FC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3485FC is #CB7A03. Grayscale: #797979. Windows color (decimal): -13335044 or 16549172. OLE color: 16549172.

HSL color Cylindrical-coordinate representation of color #3485FC: hue angle of 215.7º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3485FC is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 52 133 252 -
CMYK 0.79 0.47 0 0.01
HSL 215.7º 0.97% 0.6% -
HSV(B) 215.7º 0.79% 0.99% -
XYZ 27.37 24.53 95.39 -
YUV 122.35 201.16 77.82 -
System Red Green Blue C M Y K H S L
Decimal 52 133 252 0.79 0.47 0 0.01 215.7 0.97 0.6
Hex 34 85 FC 4F 2F 0 1 D8 61 3C
Octal 64 205 374 117 57 0 1 330 141 74
Binary 110100 10000101 11111100 1001111 101111 0 1 11011000 1100001 111100

Color Harmonies of #3485FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3485FC

Black with #3485FC

Text Example


Text Example

White with #3485FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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