Html Css Color HEX #206DFD Dodger Blue

📋 copy color: '#206DFD'

red 32 ◦ green 109 ◦ blue 253

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

Shades of Dodger Blue #206DFD

Tints of Dodger Blue #206DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

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

R = 8.12%
G = 27.66%
B = 64.21%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#206DFD (or 0x206DFD) is known color: Dodger Blue. HEX triplet: 20, 6D and FD. RGB value is (32,109,253). Sum of RGB (Red+Green+Blue) = 32+109+253=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 253 (99.22% from 255 or 64.21% from 394); Max value from RGB is 253 - color contains mainly: blue. Hex color #206DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DFD is #DF9202. Grayscale: #656565. Windows color (decimal): -14651907 or 16608544. OLE color: 16608544.

HSL color Cylindrical-coordinate representation of color #206DFD: hue angle of 219.1º 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 #206DFD is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 32 109 253 -
CMYK 0.87 0.57 0 0.01
HSL 219.1º 0.98% 0.56% -
HSV(B) 219.1º 0.87% 0.99% -
XYZ 23.79 18.34 95.21 -
YUV 102.39 212.99 77.79 -
System Red Green Blue C M Y K H S L
Decimal 32 109 253 0.87 0.57 0 0.01 219.1 0.98 0.56
Hex 20 6D FD 57 39 0 1 DB 62 38
Octal 40 155 375 127 71 0 1 333 142 70
Binary 100000 1101101 11111101 1010111 111001 0 1 11011011 1100010 111000

Color Harmonies of #206DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DFD

Black with #206DFD

Text Example


Text Example

White with #206DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #206DFD; }

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

 H1.HeaderClassName
 {
   color: #206DFD;
 }
 .AnyTagClassName
 {
   color: #206DFD;
 }
</style>

background-color css

<style>
 a { background-color: #206DFD; }

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

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

border-color css

<style>
 span { border-color: #206DFD; }

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

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