Html Css Color HEX #3582F6 Dodger Blue

📋 copy color: '#3582F6'

red 53 ◦ green 130 ◦ blue 246

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

Shades of Dodger Blue #3582F6

Tints of Dodger Blue #3582F6

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

 BLUE value IS 246 (96.48% from 255) = 57.34%

R = 12.35%
G = 30.3%
B = 57.34%

CMYK

 C value IS 0.78

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#3582F6 (or 0x3582F6) is known color: Dodger Blue. HEX triplet: 35, 82 and F6. RGB value is (53,130,246). Sum of RGB (Red+Green+Blue) = 53+130+246=429 (56% of max value = 765). Red value is 53 (21.09% from 255 or 12.35% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 246 (96.48% from 255 or 57.34% from 429); Max value from RGB is 246 - color contains mainly: blue. Hex color #3582F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3582F6 is #CA7D09. Grayscale: #777777. Windows color (decimal): -13270282 or 16155189. OLE color: 16155189.

HSL color Cylindrical-coordinate representation of color #3582F6: hue angle of 216.06º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3582F6 is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 53 130 246 -
CMYK 0.78 0.47 0 0.04
HSL 216.06º 0.91% 0.59% -
HSV(B) 216.06º 0.78% 0.96% -
XYZ 26.09 23.38 90.33 -
YUV 120.2 198.99 80.07 -
System Red Green Blue C M Y K H S L
Decimal 53 130 246 0.78 0.47 0 0.04 216.06 0.91 0.59
Hex 35 82 F6 4E 2F 0 4 D8 5B 3B
Octal 65 202 366 116 57 0 4 330 133 73
Binary 110101 10000010 11110110 1001110 101111 0 100 11011000 1011011 111011

Color Harmonies of #3582F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3582F6

Black with #3582F6

Text Example


Text Example

White with #3582F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3582F6; }

 p { color: rgb(53,130,246); }

 H1.HeaderClassName
 {
   color: #3582F6;
 }
 .AnyTagClassName
 {
   color: #3582F6;
 }
</style>

background-color css

<style>
 a { background-color: #3582F6; }

 a { background-color: rgb(53,130,246); }

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

border-color css

<style>
 span { border-color: #3582F6; }

 span { border-color: rgb(53,130,246); }

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