Html Css Color HEX #3685FD Dodger Blue

📋 copy color: '#3685FD'

red 54 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #3685FD

Tints of Dodger Blue #3685FD

RGB

 RED value IS 54 (21.48% from 255) = 12.27%

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

 BLUE value IS 253 (99.22% from 255) = 57.5%

R = 12.27%
G = 30.23%
B = 57.5%

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

#3685FD (or 0x3685FD) is known color: Dodger Blue. HEX triplet: 36, 85 and FD. RGB value is (54,133,253). Sum of RGB (Red+Green+Blue) = 54+133+253=440 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.27% from 440); Green value is 133 (52.34% from 255 or 30.23% from 440); Blue value is 253 (99.22% from 255 or 57.5% from 440); Max value from RGB is 253 - color contains mainly: blue. Hex color #3685FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3685FD is #C97A02. Grayscale: #7A7A7A. Windows color (decimal): -13203971 or 16614710. OLE color: 16614710.

HSL color Cylindrical-coordinate representation of color #3685FD: hue angle of 216.18º degrees, saturation: 0.98, 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 #3685FD is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 54 133 253 -
CMYK 0.79 0.47 0 0.01
HSL 216.18º 0.98% 0.6% -
HSV(B) 216.18º 0.79% 0.99% -
XYZ 27.64 24.65 96.23 -
YUV 123.06 201.33 78.74 -
System Red Green Blue C M Y K H S L
Decimal 54 133 253 0.79 0.47 0 0.01 216.18 0.98 0.6
Hex 36 85 FD 4F 2F 0 1 D8 62 3C
Octal 66 205 375 117 57 0 1 330 142 74
Binary 110110 10000101 11111101 1001111 101111 0 1 11011000 1100010 111100

Color Harmonies of #3685FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685FD

Black with #3685FD

Text Example


Text Example

White with #3685FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3685FD; }

 p { color: rgb(54,133,253); }

 H1.HeaderClassName
 {
   color: #3685FD;
 }
 .AnyTagClassName
 {
   color: #3685FD;
 }
</style>

background-color css

<style>
 a { background-color: #3685FD; }

 a { background-color: rgb(54,133,253); }

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

border-color css

<style>
 span { border-color: #3685FD; }

 span { border-color: rgb(54,133,253); }

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