Html Css Color HEX #206FF0 Dodger Blue

📋 copy color: '#206FF0'

red 32 ◦ green 111 ◦ blue 240

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

Shades of Dodger Blue #206FF0

Tints of Dodger Blue #206FF0

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.98%

 BLUE value IS 240 (94.14% from 255) = 62.66%

R = 8.36%
G = 28.98%
B = 62.66%

CMYK

 C value IS 0.87

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#206FF0 (or 0x206FF0) is known color: Dodger Blue. HEX triplet: 20, 6F and F0. RGB value is (32,111,240). Sum of RGB (Red+Green+Blue) = 32+111+240=383 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.36% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 240 (94.14% from 255 or 62.66% from 383); Max value from RGB is 240 - color contains mainly: blue. Hex color #206FF0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206FF0 is #DF900F. Grayscale: #656565. Windows color (decimal): -14651408 or 15757088. OLE color: 15757088.

HSL color Cylindrical-coordinate representation of color #206FF0: hue angle of 217.21º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #206FF0 is Cyan = 0.87, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 32 111 240 -
CMYK 0.87 0.54 0 0.06
HSL 217.21º 0.87% 0.53% -
HSV(B) 217.21º 0.87% 0.94% -
XYZ 22.01 17.97 84.75 -
YUV 102.09 205.83 78.01 -
System Red Green Blue C M Y K H S L
Decimal 32 111 240 0.87 0.54 0 0.06 217.21 0.87 0.53
Hex 20 6F F0 57 36 0 6 D9 57 35
Octal 40 157 360 127 66 0 6 331 127 65
Binary 100000 1101111 11110000 1010111 110110 0 110 11011001 1010111 110101

Color Harmonies of #206FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206FF0

Black with #206FF0

Text Example


Text Example

White with #206FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,111,240); }

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

background-color css

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

 a { background-color: rgb(32,111,240); }

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

border-color css

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

 span { border-color: rgb(32,111,240); }

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