Html Css Color HEX #3685FE Dodger Blue

📋 copy color: '#3685FE'

red 54 ◦ green 133 ◦ blue 254

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

Shades of Dodger Blue #3685FE

Tints of Dodger Blue #3685FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 57.6%

R = 12.24%
G = 30.16%
B = 57.6%

CMYK

 C value IS 0.79

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#3685FE (or 0x3685FE) is known color: Dodger Blue. HEX triplet: 36, 85 and FE. RGB value is (54,133,254). Sum of RGB (Red+Green+Blue) = 54+133+254=441 (58% of max value = 765). Red value is 54 (21.48% from 255 or 12.24% from 441); Green value is 133 (52.34% from 255 or 30.16% from 441); Blue value is 254 (99.61% from 255 or 57.60% from 441); Max value from RGB is 254 - color contains mainly: blue. Hex color #3685FE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3685FE is #C97A01. Grayscale: #7A7A7A. Windows color (decimal): -13203970 or 16680246. OLE color: 16680246.

HSL color Cylindrical-coordinate representation of color #3685FE: hue angle of 216.3º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3685FE is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 54 133 254 -
CMYK 0.79 0.48 0 0.00
HSL 216.3º 0.99% 0.6% -
HSV(B) 216.3º 0.79% 1% -
XYZ 27.8 24.72 97.07 -
YUV 123.17 201.83 78.66 -
System Red Green Blue C M Y K H S L
Decimal 54 133 254 0.79 0.48 0 0.00 216.3 0.99 0.6
Hex 36 85 FE 4F 30 0 0 D8 63 3C
Octal 66 205 376 117 60 0 0 330 143 74
Binary 110110 10000101 11111110 1001111 110000 0 0 11011000 1100011 111100

Color Harmonies of #3685FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3685FE

Black with #3685FE

Text Example


Text Example

White with #3685FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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