Html Css Color HEX #3680FA Dodger Blue

📋 copy color: '#3680FA'

red 54 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #3680FA

Tints of Dodger Blue #3680FA

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.63%

 BLUE value IS 250 (98.05% from 255) = 57.87%

R = 12.5%
G = 29.63%
B = 57.87%

CMYK

 C value IS 0.78

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3680FA (or 0x3680FA) is known color: Dodger Blue. HEX triplet: 36, 80 and FA. RGB value is (54,128,250). Sum of RGB (Red+Green+Blue) = 54+128+250=432 (57% of max value = 765). Red value is 54 (21.48% from 255 or 12.5% from 432); Green value is 128 (50.39% from 255 or 29.63% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #3680FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3680FA is #C97F05. Grayscale: #777777. Windows color (decimal): -13205254 or 16416822. OLE color: 16416822.

HSL color Cylindrical-coordinate representation of color #3680FA: hue angle of 217.35º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3680FA is Cyan = 0.78, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 54 128 250 -
CMYK 0.78 0.49 0 0.02
HSL 217.35º 0.95% 0.6% -
HSV(B) 217.35º 0.78% 0.98% -
XYZ 26.5 23.12 93.51 -
YUV 119.78 201.48 81.08 -
System Red Green Blue C M Y K H S L
Decimal 54 128 250 0.78 0.49 0 0.02 217.35 0.95 0.6
Hex 36 80 FA 4E 31 0 2 D9 5F 3C
Octal 66 200 372 116 61 0 2 331 137 74
Binary 110110 10000000 11111010 1001110 110001 0 10 11011001 1011111 111100

Color Harmonies of #3680FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3680FA

Black with #3680FA

Text Example


Text Example

White with #3680FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3680FA; }

 p { color: rgb(54,128,250); }

 H1.HeaderClassName
 {
   color: #3680FA;
 }
 .AnyTagClassName
 {
   color: #3680FA;
 }
</style>

background-color css

<style>
 a { background-color: #3680FA; }

 a { background-color: rgb(54,128,250); }

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

border-color css

<style>
 span { border-color: #3680FA; }

 span { border-color: rgb(54,128,250); }

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