Html Css Color HEX #2085FD Dodger Blue

📋 copy color: '#2085FD'

red 32 ◦ green 133 ◦ blue 253

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

Shades of Dodger Blue #2085FD

Tints of Dodger Blue #2085FD

RGB

 RED value IS 32 (12.89% from 255) = 7.66%

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

 BLUE value IS 253 (99.22% from 255) = 60.53%

R = 7.66%
G = 31.82%
B = 60.53%

CMYK

 C value IS 0.87

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2085FD (or 0x2085FD) is known color: Dodger Blue. HEX triplet: 20, 85 and FD. RGB value is (32,133,253). Sum of RGB (Red+Green+Blue) = 32+133+253=418 (55% of max value = 765). Red value is 32 (12.89% from 255 or 7.66% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #2085FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2085FD is #DF7A02. Grayscale: #737373. Windows color (decimal): -14645763 or 16614688. OLE color: 16614688.

HSL color Cylindrical-coordinate representation of color #2085FD: hue angle of 212.58º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2085FD is Cyan = 0.87, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 133 253 -
CMYK 0.87 0.47 0 0.01
HSL 212.58º 0.98% 0.56% -
HSV(B) 212.58º 0.87% 0.99% -
XYZ 26.71 24.17 96.19 -
YUV 116.48 205.04 67.74 -
System Red Green Blue C M Y K H S L
Decimal 32 133 253 0.87 0.47 0 0.01 212.58 0.98 0.56
Hex 20 85 FD 57 2F 0 1 D5 62 38
Octal 40 205 375 127 57 0 1 325 142 70
Binary 100000 10000101 11111101 1010111 101111 0 1 11010101 1100010 111000

Color Harmonies of #2085FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2085FD

Black with #2085FD

Text Example


Text Example

White with #2085FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2085FD; }

 p { color: rgb(32,133,253); }

 H1.HeaderClassName
 {
   color: #2085FD;
 }
 .AnyTagClassName
 {
   color: #2085FD;
 }
</style>

background-color css

<style>
 a { background-color: #2085FD; }

 a { background-color: rgb(32,133,253); }

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

border-color css

<style>
 span { border-color: #2085FD; }

 span { border-color: rgb(32,133,253); }

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