Html Css Color HEX #206CFB Dodger Blue

📋 copy color: '#206CFB'

red 32 ◦ green 108 ◦ blue 251

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

Shades of Dodger Blue #206CFB

Tints of Dodger Blue #206CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.19%

R = 8.18%
G = 27.62%
B = 64.19%

CMYK

 C value IS 0.87

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#206CFB (or 0x206CFB) is known color: Dodger Blue. HEX triplet: 20, 6C and FB. RGB value is (32,108,251). Sum of RGB (Red+Green+Blue) = 32+108+251=391 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.18% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #206CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #206CFB is #DF9304. Grayscale: #646464. Windows color (decimal): -14652165 or 16477216. OLE color: 16477216.

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

Color convert

RGB 32 108 251 -
CMYK 0.87 0.57 0 0.02
HSL 219.18º 0.96% 0.55% -
HSV(B) 219.18º 0.87% 0.98% -
XYZ 23.37 18 93.51 -
YUV 101.58 212.32 78.37 -
System Red Green Blue C M Y K H S L
Decimal 32 108 251 0.87 0.57 0 0.02 219.18 0.96 0.55
Hex 20 6C FB 57 39 0 2 DB 60 37
Octal 40 154 373 127 71 0 2 333 140 67
Binary 100000 1101100 11111011 1010111 111001 0 10 11011011 1100000 110111

Color Harmonies of #206CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206CFB

Black with #206CFB

Text Example


Text Example

White with #206CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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