Html Css Color HEX #206CF6 Dodger Blue

📋 copy color: '#206CF6'

red 32 ◦ green 108 ◦ blue 246

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

Shades of Dodger Blue #206CF6

Tints of Dodger Blue #206CF6

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 8.29%
G = 27.98%
B = 63.73%

CMYK

 C value IS 0.87

 M value IS 0.56

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#206CF6 (or 0x206CF6) is known color: Dodger Blue. HEX triplet: 20, 6C and F6. RGB value is (32,108,246). Sum of RGB (Red+Green+Blue) = 32+108+246=386 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.29% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 246 (96.48% from 255 or 63.73% from 386); Max value from RGB is 246 - color contains mainly: blue. Hex color #206CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CF6 is #DF9309. Grayscale: #646464. Windows color (decimal): -14652170 or 16149536. OLE color: 16149536.

HSL color Cylindrical-coordinate representation of color #206CF6: hue angle of 218.69º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206CF6 is Cyan = 0.87, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 32 108 246 -
CMYK 0.87 0.56 0 0.04
HSL 218.69º 0.92% 0.55% -
HSV(B) 218.69º 0.87% 0.96% -
XYZ 22.59 17.69 89.41 -
YUV 101.01 209.82 78.78 -
System Red Green Blue C M Y K H S L
Decimal 32 108 246 0.87 0.56 0 0.04 218.69 0.92 0.55
Hex 20 6C F6 57 38 0 4 DB 5C 37
Octal 40 154 366 127 70 0 4 333 134 67
Binary 100000 1101100 11110110 1010111 111000 0 100 11011011 1011100 110111

Color Harmonies of #206CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206CF6

Black with #206CF6

Text Example


Text Example

White with #206CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,108,246); }

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

background-color css

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

 a { background-color: rgb(32,108,246); }

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

border-color css

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

 span { border-color: rgb(32,108,246); }

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