Html Css Color HEX #206DFC Dodger Blue

📋 copy color: '#206DFC'

red 32 ◦ green 109 ◦ blue 252

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

Shades of Dodger Blue #206DFC

Tints of Dodger Blue #206DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.12%

R = 8.14%
G = 27.74%
B = 64.12%

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

#206DFC (or 0x206DFC) is known color: Dodger Blue. HEX triplet: 20, 6D and FC. RGB value is (32,109,252). Sum of RGB (Red+Green+Blue) = 32+109+252=393 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.14% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #206DFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206DFC is #DF9203. Grayscale: #656565. Windows color (decimal): -14651908 or 16543008. OLE color: 16543008.

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

Color convert

RGB 32 109 252 -
CMYK 0.87 0.57 0 0.01
HSL 219º 0.97% 0.56% -
HSV(B) 219º 0.87% 0.99% -
XYZ 23.63 18.27 94.38 -
YUV 102.28 212.49 77.87 -
System Red Green Blue C M Y K H S L
Decimal 32 109 252 0.87 0.57 0 0.01 219 0.97 0.56
Hex 20 6D FC 57 39 0 1 DB 61 38
Octal 40 155 374 127 71 0 1 333 141 70
Binary 100000 1101101 11111100 1010111 111001 0 1 11011011 1100001 111000

Color Harmonies of #206DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206DFC

Black with #206DFC

Text Example


Text Example

White with #206DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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