Html Css Color HEX #3580FA Dodger Blue

📋 copy color: '#3580FA'

red 53 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #3580FA

Tints of Dodger Blue #3580FA

RGB

 RED value IS 53 (21.09% from 255) = 12.3%

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

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

R = 12.3%
G = 29.7%
B = 58%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3580FA (or 0x3580FA) is known color: Dodger Blue. HEX triplet: 35, 80 and FA. RGB value is (53,128,250). Sum of RGB (Red+Green+Blue) = 53+128+250=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #3580FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3580FA is #CA7F05. Grayscale: #767676. Windows color (decimal): -13270790 or 16416821. OLE color: 16416821.

HSL color Cylindrical-coordinate representation of color #3580FA: hue angle of 217.16º degrees, saturation: 0.95, 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 #3580FA is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 53 128 250 -
CMYK 0.79 0.49 0 0.02
HSL 217.16º 0.95% 0.59% -
HSV(B) 217.16º 0.79% 0.98% -
XYZ 26.44 23.1 93.51 -
YUV 119.48 201.65 80.58 -
System Red Green Blue C M Y K H S L
Decimal 53 128 250 0.79 0.49 0 0.02 217.16 0.95 0.59
Hex 35 80 FA 4F 31 0 2 D9 5F 3B
Octal 65 200 372 117 61 0 2 331 137 73
Binary 110101 10000000 11111010 1001111 110001 0 10 11011001 1011111 111011

Color Harmonies of #3580FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3580FA

Black with #3580FA

Text Example


Text Example

White with #3580FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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