Html Css Color HEX #3590FA Dodger Blue

📋 copy color: '#3590FA'

red 53 ◦ green 144 ◦ blue 250

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

Shades of Dodger Blue #3590FA

Tints of Dodger Blue #3590FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

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

R = 11.86%
G = 32.21%
B = 55.93%

CMYK

 C value IS 0.79

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3590FA (or 0x3590FA) is known color: Dodger Blue. HEX triplet: 35, 90 and FA. RGB value is (53,144,250). Sum of RGB (Red+Green+Blue) = 53+144+250=447 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.86% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 250 (98.05% from 255 or 55.93% from 447); Max value from RGB is 250 - color contains mainly: blue. Hex color #3590FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3590FA is #CA6F05. Grayscale: #808080. Windows color (decimal): -13266694 or 16420917. OLE color: 16420917.

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

Color convert

RGB 53 144 250 -
CMYK 0.79 0.42 0 0.02
HSL 212.28º 0.95% 0.59% -
HSV(B) 212.28º 0.79% 0.98% -
XYZ 28.7 27.61 94.26 -
YUV 128.88 196.35 73.88 -
System Red Green Blue C M Y K H S L
Decimal 53 144 250 0.79 0.42 0 0.02 212.28 0.95 0.59
Hex 35 90 FA 4F 2A 0 2 D4 5F 3B
Octal 65 220 372 117 52 0 2 324 137 73
Binary 110101 10010000 11111010 1001111 101010 0 10 11010100 1011111 111011

Color Harmonies of #3590FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3590FA

Black with #3590FA

Text Example


Text Example

White with #3590FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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